pub struct EchoBroadcastError(/* private fields */);
Expand description
An error during deserialization of an echo broadcast.
Trait Implementations§
Source§impl Clone for EchoBroadcastError
impl Clone for EchoBroadcastError
Source§fn clone(&self) -> EchoBroadcastError
fn clone(&self) -> EchoBroadcastError
Returns a copy 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 EchoBroadcastError
impl Debug for EchoBroadcastError
Source§impl Display for EchoBroadcastError
impl Display for EchoBroadcastError
Source§impl From<EchoBroadcastError> for ProtocolValidationError
impl From<EchoBroadcastError> for ProtocolValidationError
Source§fn from(error: EchoBroadcastError) -> Self
fn from(error: EchoBroadcastError) -> Self
Converts to this type from the input type.
Source§impl<Id, P> From<EchoBroadcastError> for ReceiveError<Id, P>where
P: Protocol<Id>,
impl<Id, P> From<EchoBroadcastError> for ReceiveError<Id, P>where
P: Protocol<Id>,
Source§fn from(error: EchoBroadcastError) -> Self
fn from(error: EchoBroadcastError) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for EchoBroadcastError
impl RefUnwindSafe for EchoBroadcastError
impl Send for EchoBroadcastError
impl Sync for EchoBroadcastError
impl Unpin for EchoBroadcastError
impl UnwindSafe for EchoBroadcastError
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