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