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