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