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