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