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