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