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