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