pub struct WasmInfo { /* private fields */ }Expand description
External information about a Wasm, such as API methods.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for WasmInfo
impl RefUnwindSafe for WasmInfo
impl Send for WasmInfo
impl Sync for WasmInfo
impl Unpin for WasmInfo
impl UnwindSafe for WasmInfo
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