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