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