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