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