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