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