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