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