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