Struct qaul_info::types::QaulInfoReceived
source · [−]Fields
received_from: PeerId
node id we received this message from
data: Vec<u8>
binary message data
Trait Implementations
sourceimpl Clone for QaulInfoReceived
impl Clone for QaulInfoReceived
sourcefn clone(&self) -> QaulInfoReceived
fn clone(&self) -> QaulInfoReceived
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for QaulInfoReceived
impl Debug for QaulInfoReceived
sourceimpl Hash for QaulInfoReceived
impl Hash for QaulInfoReceived
sourceimpl PartialEq<QaulInfoReceived> for QaulInfoReceived
impl PartialEq<QaulInfoReceived> for QaulInfoReceived
sourcefn eq(&self, other: &QaulInfoReceived) -> bool
fn eq(&self, other: &QaulInfoReceived) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &QaulInfoReceived) -> bool
fn ne(&self, other: &QaulInfoReceived) -> bool
This method tests for !=
.
impl Eq for QaulInfoReceived
impl StructuralEq for QaulInfoReceived
impl StructuralPartialEq for QaulInfoReceived
Auto Trait Implementations
impl RefUnwindSafe for QaulInfoReceived
impl Send for QaulInfoReceived
impl Sync for QaulInfoReceived
impl Unpin for QaulInfoReceived
impl UnwindSafe for QaulInfoReceived
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more