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