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