Struct plumtree::message::PruneMessage [−][src]
PRUNE message.
Fields
sender: T::NodeId
The sender of the message.
Trait Implementations
impl<T: System> From<PruneMessage<T>> for ProtocolMessage<T>[src]
impl<T: System> From<PruneMessage<T>> for ProtocolMessage<T>fn from(f: PruneMessage<T>) -> Self[src]
fn from(f: PruneMessage<T>) -> SelfPerforms the conversion.
impl<T: System> Clone for PruneMessage<T>[src]
impl<T: System> Clone for PruneMessage<T>fn clone(&self) -> Self[src]
fn clone(&self) -> SelfReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl<T: System> Debug for PruneMessage<T> where
T::NodeId: Debug, [src]
impl<T: System> Debug for PruneMessage<T> where
T::NodeId: Debug, Auto Trait Implementations
impl<T> Send for PruneMessage<T> where
<T as System>::NodeId: Send,
impl<T> Send for PruneMessage<T> where
<T as System>::NodeId: Send, impl<T> Sync for PruneMessage<T> where
<T as System>::NodeId: Sync,
impl<T> Sync for PruneMessage<T> where
<T as System>::NodeId: Sync,