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