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