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