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