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