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