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