pub enum ILS {
DidNotOccur = 0,
Occurred = 1,
}
Expand description
ILS
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for ILS
impl Eq for ILS
impl StructuralPartialEq for ILS
Auto Trait Implementations§
impl Freeze for ILS
impl RefUnwindSafe for ILS
impl Send for ILS
impl Sync for ILS
impl Unpin for ILS
impl UnwindSafe for ILS
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