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