enum WindDownStates {
Armed,
Disarmed,
ShuttingDown,
ShutDown,
}Variants§
Trait Implementations§
Source§impl Default for WindDownStates
impl Default for WindDownStates
Source§fn default() -> WindDownStates
fn default() -> WindDownStates
Returns the “default value” for a type. Read more
Source§impl PartialEq for WindDownStates
impl PartialEq for WindDownStates
Source§impl PartialOrd for WindDownStates
impl PartialOrd for WindDownStates
impl Eq for WindDownStates
impl StructuralPartialEq for WindDownStates
Auto Trait Implementations§
impl Freeze for WindDownStates
impl RefUnwindSafe for WindDownStates
impl Send for WindDownStates
impl Sync for WindDownStates
impl Unpin for WindDownStates
impl UnwindSafe for WindDownStates
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