pub struct ReadResponseSnafu;Expand description
SNAFU context selector for the Error::ReadResponse variant
Trait Implementations§
Source§impl Clone for ReadResponseSnafu
impl Clone for ReadResponseSnafu
Source§fn clone(&self) -> ReadResponseSnafu
fn clone(&self) -> ReadResponseSnafu
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ReadResponseSnafu
Source§impl Debug for ReadResponseSnafu
impl Debug for ReadResponseSnafu
Auto Trait Implementations§
impl Freeze for ReadResponseSnafu
impl RefUnwindSafe for ReadResponseSnafu
impl Send for ReadResponseSnafu
impl Sync for ReadResponseSnafu
impl Unpin for ReadResponseSnafu
impl UnsafeUnpin for ReadResponseSnafu
impl UnwindSafe for ReadResponseSnafu
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