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