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