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