Struct wasm_bridge_js::Store
source · pub struct Store<T> { /* private fields */ }Implementations§
Trait Implementations§
source§impl<T> AsContextMut for Store<T>
impl<T> AsContextMut for Store<T>
fn as_context_mut(&mut self) -> &mut Store<Self::Data>
Auto Trait Implementations§
impl<T> RefUnwindSafe for Store<T>where T: RefUnwindSafe,
impl<T> Send for Store<T>where T: Send,
impl<T> Sync for Store<T>where T: Sync,
impl<T> Unpin for Store<T>where T: Unpin,
impl<T> UnwindSafe for Store<T>where T: UnwindSafe,
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