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