pub enum FailOn {
High,
Medium,
Low,
}Variants§
Trait Implementations§
impl Copy for FailOn
Auto Trait Implementations§
impl Freeze for FailOn
impl RefUnwindSafe for FailOn
impl Send for FailOn
impl Sync for FailOn
impl Unpin for FailOn
impl UnsafeUnpin for FailOn
impl UnwindSafe for FailOn
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