Enum Cnrdy
#[repr(u8)]pub enum Cnrdy {
Ready = 0,
NotReady = 1,
}Variants§
Implementations§
Trait Implementations§
impl Copy for Cnrdy
impl Eq for Cnrdy
§impl Ord for Cnrdy
impl Ord for Cnrdy
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
§impl PartialOrd for Cnrdy
impl PartialOrd for Cnrdy
impl StructuralPartialEq for Cnrdy
Auto Trait Implementations§
impl Freeze for Cnrdy
impl RefUnwindSafe for Cnrdy
impl Send for Cnrdy
impl Sync for Cnrdy
impl Unpin for Cnrdy
impl UnsafeUnpin for Cnrdy
impl UnwindSafe for Cnrdy
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