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