Struct fuchsia_fs::file::WriteNamedError
source · pub struct WriteNamedError { /* private fields */ }
Expand description
An error encountered while writing a named file
Implementations§
source§impl WriteNamedError
impl WriteNamedError
sourcepub fn into_inner(self) -> WriteError
pub fn into_inner(self) -> WriteError
Unwraps the inner write error, discarding the associated path.
Trait Implementations§
source§impl Debug for WriteNamedError
impl Debug for WriteNamedError
source§impl Display for WriteNamedError
impl Display for WriteNamedError
source§impl Error for WriteNamedError
impl Error for WriteNamedError
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()
Auto Trait Implementations§
impl Freeze for WriteNamedError
impl !RefUnwindSafe for WriteNamedError
impl Send for WriteNamedError
impl Sync for WriteNamedError
impl Unpin for WriteNamedError
impl !UnwindSafe for WriteNamedError
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