pub(crate) struct StdIoDirOpsSnafu;
Expand description
SNAFU context selector for the PersistenceError::StdIoDirOps
variant
Trait Implementations§
Source§impl Clone for StdIoDirOpsSnafu
impl Clone for StdIoDirOpsSnafu
Source§fn clone(&self) -> StdIoDirOpsSnafu
fn clone(&self) -> StdIoDirOpsSnafu
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 StdIoDirOpsSnafu
impl Debug for StdIoDirOpsSnafu
Source§impl IntoError<PersistenceError> for StdIoDirOpsSnafuwhere
PersistenceError: Error + ErrorCompat,
impl IntoError<PersistenceError> for StdIoDirOpsSnafuwhere
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 StdIoDirOpsSnafu
Auto Trait Implementations§
impl Freeze for StdIoDirOpsSnafu
impl RefUnwindSafe for StdIoDirOpsSnafu
impl Send for StdIoDirOpsSnafu
impl Sync for StdIoDirOpsSnafu
impl Unpin for StdIoDirOpsSnafu
impl UnwindSafe for StdIoDirOpsSnafu
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