pub(crate) struct StdIoWriteSnafu;
Expand description
SNAFU context selector for the PersistenceError::StdIoWrite
variant
Trait Implementations§
Source§impl Clone for StdIoWriteSnafu
impl Clone for StdIoWriteSnafu
Source§fn clone(&self) -> StdIoWriteSnafu
fn clone(&self) -> StdIoWriteSnafu
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for StdIoWriteSnafu
impl Debug for StdIoWriteSnafu
Source§impl IntoError<PersistenceError> for StdIoWriteSnafuwhere
PersistenceError: Error + ErrorCompat,
impl IntoError<PersistenceError> for StdIoWriteSnafuwhere
PersistenceError: Error + ErrorCompat,
Source§fn into_error(self, error: Self::Source) -> PersistenceError
fn into_error(self, error: Self::Source) -> PersistenceError
Combine the information to produce the error
impl Copy for StdIoWriteSnafu
Auto Trait Implementations§
impl Freeze for StdIoWriteSnafu
impl RefUnwindSafe for StdIoWriteSnafu
impl Send for StdIoWriteSnafu
impl Sync for StdIoWriteSnafu
impl Unpin for StdIoWriteSnafu
impl UnwindSafe for StdIoWriteSnafu
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