pub enum OnOffAuto {
On,
Off,
Auto,
}Variants§
Trait Implementations§
Source§impl Ord for OnOffAuto
impl Ord for OnOffAuto
Source§impl PartialOrd for OnOffAuto
impl PartialOrd for OnOffAuto
Source§impl ToCommand for OnOffAuto
impl ToCommand for OnOffAuto
fn to_command(&self) -> Vec<String>
fn to_single_command(&self) -> String
impl Eq for OnOffAuto
impl StructuralPartialEq for OnOffAuto
Auto Trait Implementations§
impl Freeze for OnOffAuto
impl RefUnwindSafe for OnOffAuto
impl Send for OnOffAuto
impl Sync for OnOffAuto
impl Unpin for OnOffAuto
impl UnwindSafe for OnOffAuto
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