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