Struct qaul_info::types::QaulInfoSend
source · [−]Expand description
a message we sent
Fields
send_to: PeerId
node id we need to send the message to
data: Vec<u8>
binary message data
Trait Implementations
sourceimpl Clone for QaulInfoSend
impl Clone for QaulInfoSend
sourcefn clone(&self) -> QaulInfoSend
fn clone(&self) -> QaulInfoSend
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 QaulInfoSend
impl Debug for QaulInfoSend
sourceimpl Hash for QaulInfoSend
impl Hash for QaulInfoSend
sourceimpl PartialEq<QaulInfoSend> for QaulInfoSend
impl PartialEq<QaulInfoSend> for QaulInfoSend
sourcefn eq(&self, other: &QaulInfoSend) -> bool
fn eq(&self, other: &QaulInfoSend) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &QaulInfoSend) -> bool
fn ne(&self, other: &QaulInfoSend) -> bool
This method tests for !=
.
impl Eq for QaulInfoSend
impl StructuralEq for QaulInfoSend
impl StructuralPartialEq for QaulInfoSend
Auto Trait Implementations
impl RefUnwindSafe for QaulInfoSend
impl Send for QaulInfoSend
impl Sync for QaulInfoSend
impl Unpin for QaulInfoSend
impl UnwindSafe for QaulInfoSend
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