#[repr(u8)]pub enum Disto {
ENABLE = 0,
DISABLE = 1,
}Variants§
Implementations§
Trait Implementations§
Source§impl Ord for Disto
impl Ord for Disto
Source§impl PartialOrd for Disto
impl PartialOrd for Disto
impl Copy for Disto
impl Eq for Disto
impl StructuralPartialEq for Disto
Auto Trait Implementations§
impl Freeze for Disto
impl RefUnwindSafe for Disto
impl Send for Disto
impl Sync for Disto
impl Unpin for Disto
impl UnwindSafe for Disto
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