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