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