pub struct Store { /* private fields */ }Expand description
A Wasm store.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for Store
impl !Send for Store
impl !Sync for Store
impl !UnwindSafe for Store
impl Freeze for Store
impl Unpin for Store
impl UnsafeUnpin for Store
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