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