Enum wasmtime_runtime::VMExternRef
source · 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 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