pub struct Namespace { /* private fields */ }Expand description
The top-level container for the two-level wasm imports
Implementations§
Trait Implementations§
Source§impl LikeNamespace for Namespace
impl LikeNamespace for Namespace
Auto Trait Implementations§
impl Freeze for Namespace
impl !RefUnwindSafe for Namespace
impl Send for Namespace
impl !Sync for Namespace
impl Unpin for Namespace
impl !UnwindSafe for Namespace
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