pub enum VMExternRef {}Auto Trait Implementations§
impl Freeze for VMExternRef
impl RefUnwindSafe for VMExternRef
impl Send for VMExternRef
impl Sync for VMExternRef
impl Unpin for VMExternRef
impl UnsafeUnpin for VMExternRef
impl UnwindSafe for VMExternRef
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