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