#[repr(C)]pub struct wasmtime_error_t { /* private fields */ }
Trait Implementations§
Source§impl From<Error> for wasmtime_error_t
impl From<Error> for wasmtime_error_t
Source§fn from(error: Error) -> wasmtime_error_t
fn from(error: Error) -> wasmtime_error_t
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for wasmtime_error_t
impl RefUnwindSafe for wasmtime_error_t
impl Send for wasmtime_error_t
impl Sync for wasmtime_error_t
impl Unpin for wasmtime_error_t
impl UnwindSafe for wasmtime_error_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
Source§impl<T> IntoAnyhow for T
impl<T> IntoAnyhow for T
Source§fn into_anyhow(self) -> Error
fn into_anyhow(self) -> Error
Converts
self
into an anyhow::Error
.