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