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