pub struct WasmException(/* private fields */);Expand description
Representation of a Wasm exception object.
Trait Implementations§
Source§impl Clone for WasmException
impl Clone for WasmException
Source§fn clone(&self) -> WasmException
fn clone(&self) -> WasmException
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for WasmException
impl RefUnwindSafe for WasmException
impl Send for WasmException
impl Sync for WasmException
impl Unpin for WasmException
impl UnsafeUnpin for WasmException
impl UnwindSafe for WasmException
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