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