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