pub enum OnOffDefaultOff {
On,
Off,
}
Variants§
Trait Implementations§
Source§impl Default for OnOffDefaultOff
impl Default for OnOffDefaultOff
Source§fn default() -> OnOffDefaultOff
fn default() -> OnOffDefaultOff
Returns the “default value” for a type. Read more
Source§impl ToCommand for OnOffDefaultOff
impl ToCommand for OnOffDefaultOff
fn to_command(&self) -> Vec<String>
fn to_single_command(&self) -> String
Auto Trait Implementations§
impl Freeze for OnOffDefaultOff
impl RefUnwindSafe for OnOffDefaultOff
impl Send for OnOffDefaultOff
impl Sync for OnOffDefaultOff
impl Unpin for OnOffDefaultOff
impl UnwindSafe for OnOffDefaultOff
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