pub struct ReceiveBiSnafu;Expand description
SNAFU context selector for the Error::ReceiveBi variant
Trait Implementations§
Source§impl Clone for ReceiveBiSnafu
impl Clone for ReceiveBiSnafu
Source§fn clone(&self) -> ReceiveBiSnafu
fn clone(&self) -> ReceiveBiSnafu
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 ReceiveBiSnafu
Source§impl Debug for ReceiveBiSnafu
impl Debug for ReceiveBiSnafu
Source§impl IntoError<Error> for ReceiveBiSnafu
impl IntoError<Error> for ReceiveBiSnafu
Source§type Source = ConnectionError
type Source = ConnectionError
The underlying error
Source§fn into_error(self, error: Self::Source) -> Error
fn into_error(self, error: Self::Source) -> Error
Combine the information to produce the error
Auto Trait Implementations§
impl Freeze for ReceiveBiSnafu
impl RefUnwindSafe for ReceiveBiSnafu
impl Send for ReceiveBiSnafu
impl Sync for ReceiveBiSnafu
impl Unpin for ReceiveBiSnafu
impl UnsafeUnpin for ReceiveBiSnafu
impl UnwindSafe for ReceiveBiSnafu
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