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