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