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