Struct wasmtime_wasi::Error
source · pub struct Error { /* private fields */ }
Implementations§
Trait Implementations§
source§impl Error for Error
impl Error for Error
source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more
1.0.0 · source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
source§impl ErrorExt for Error
impl ErrorExt for Error
fn not_found() -> Error
fn too_big() -> Error
fn badf() -> Error
fn exist() -> Error
fn illegal_byte_sequence() -> Error
fn invalid_argument() -> Error
fn io() -> Error
fn name_too_long() -> Error
fn not_dir() -> Error
fn not_supported() -> Error
fn overflow() -> Error
fn range() -> Error
fn seek_pipe() -> Error
fn perm() -> Error
source§impl From<GuestError> for Error
impl From<GuestError> for Error
source§fn from(err: GuestError) -> Error
fn from(err: GuestError) -> Error
Converts to this type from the input type.
source§impl From<TryFromIntError> for Error
impl From<TryFromIntError> for Error
source§fn from(_err: TryFromIntError) -> Error
fn from(_err: TryFromIntError) -> Error
Converts to this type from the input type.
Auto Trait Implementations§
impl !RefUnwindSafe for Error
impl Send for Error
impl Sync for Error
impl Unpin for Error
impl !UnwindSafe for Error
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
§impl<T> GetSetFdFlags for T
impl<T> GetSetFdFlags for T
§fn get_fd_flags(&self) -> Result<FdFlags, Error>where
T: AsFilelike,
fn get_fd_flags(&self) -> Result<FdFlags, Error>where T: AsFilelike,
Query the “status” flags for the
self
file descriptor.