pub enum Operstate {
Up,
Down,
Testing,
Unknown,
Dormant,
NotPresent,
LowerLayerDown,
}Variants§
Implementations§
Trait Implementations§
impl Eq for Operstate
impl StructuralPartialEq for Operstate
Auto Trait Implementations§
impl Freeze for Operstate
impl RefUnwindSafe for Operstate
impl Send for Operstate
impl Sync for Operstate
impl Unpin for Operstate
impl UnsafeUnpin for Operstate
impl UnwindSafe for Operstate
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