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