pub enum OnOffAuto {
On,
Off,
Auto,
}
Variants§
Trait Implementations§
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