#[repr(i8)]pub enum RefFlag {
Null = -3,
Ref = -2,
NotNullValue = -1,
RefValue = 0,
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RefFlag
impl RefUnwindSafe for RefFlag
impl Send for RefFlag
impl Sync for RefFlag
impl Unpin for RefFlag
impl UnsafeUnpin for RefFlag
impl UnwindSafe for RefFlag
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