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