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