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