pub struct wasmtime_exn_t { /* private fields */ }Expand description
An opaque type representing a WebAssembly exception object.
Auto Trait Implementations§
impl Freeze for wasmtime_exn_t
impl RefUnwindSafe for wasmtime_exn_t
impl Send for wasmtime_exn_t
impl Sync for wasmtime_exn_t
impl Unpin for wasmtime_exn_t
impl UnsafeUnpin for wasmtime_exn_t
impl UnwindSafe for wasmtime_exn_t
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