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