pub struct WasmRegistry {}Expand description
WasmRegistry
Trait Implementations§
Source§impl Debug for WasmRegistry
impl Debug for WasmRegistry
Source§impl Default for WasmRegistry
impl Default for WasmRegistry
Source§fn default() -> WasmRegistry
fn default() -> WasmRegistry
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for WasmRegistry
impl RefUnwindSafe for WasmRegistry
impl Send for WasmRegistry
impl Sync for WasmRegistry
impl Unpin for WasmRegistry
impl UnwindSafe for WasmRegistry
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