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