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