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