pub enum ReportCycles {
Hierarchy,
Dependency,
}Expand description
Used to select the appropriate reporting function.
Variants§
Auto Trait Implementations§
impl Freeze for ReportCycles
impl RefUnwindSafe for ReportCycles
impl Send for ReportCycles
impl Sync for ReportCycles
impl Unpin for ReportCycles
impl UnwindSafe for ReportCycles
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T> IntoResult<T> for T
impl<T> IntoResult<T> for T
Source§fn into_result(self) -> Result<T, RunSystemError>
fn into_result(self) -> Result<T, RunSystemError>
Converts this type into the system output type.