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