pub enum MaybeBool {
On,
Off,
Either,
}
Expand description
on, off, on|off
Variants§
Trait Implementations§
impl Copy for MaybeBool
impl Eq for MaybeBool
impl StructuralPartialEq for MaybeBool
Auto Trait Implementations§
impl Freeze for MaybeBool
impl RefUnwindSafe for MaybeBool
impl Send for MaybeBool
impl Sync for MaybeBool
impl Unpin for MaybeBool
impl UnwindSafe for MaybeBool
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