pub struct DeserializeSnafu;
Expand description
SNAFU context selector for the Error::Deserialize
variant
Trait Implementations§
Source§impl Clone for DeserializeSnafu
impl Clone for DeserializeSnafu
Source§fn clone(&self) -> DeserializeSnafu
fn clone(&self) -> DeserializeSnafu
Returns a duplicate 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 DeserializeSnafu
impl Debug for DeserializeSnafu
Source§impl IntoError<Error> for DeserializeSnafu
impl IntoError<Error> for DeserializeSnafu
impl Copy for DeserializeSnafu
Auto Trait Implementations§
impl Freeze for DeserializeSnafu
impl RefUnwindSafe for DeserializeSnafu
impl Send for DeserializeSnafu
impl Sync for DeserializeSnafu
impl Unpin for DeserializeSnafu
impl UnwindSafe for DeserializeSnafu
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