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