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