Struct plumtree::message::PruneMessage[][src]

pub struct PruneMessage<T: System> {
    pub sender: T::NodeId,
}

PRUNE message.

Fields

The sender of the message.

Trait Implementations

impl<T: System> From<PruneMessage<T>> for ProtocolMessage<T>
[src]

Performs the conversion.

impl<T: System> Clone for PruneMessage<T>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<T: System> Debug for PruneMessage<T> where
    T::NodeId: Debug
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<T> Send for PruneMessage<T> where
    <T as System>::NodeId: Send

impl<T> Sync for PruneMessage<T> where
    <T as System>::NodeId: Sync