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