Struct data_chain::node_block::NodeBlock [] [src]

pub struct NodeBlock { /* fields omitted */ }

If data block then this is sent by any group member when data is Put, Post or Delete. If this is a link then it is sent with a churn event. A Link is a nodeblock that each member must send each other in times of churn. These will not accumulate but be ManagedNode to ManagedNode messages in the routing layer

Methods

impl NodeBlock
[src]

[src]

Create a Block (used by nodes in network to send to holders of DataChains)

[src]

Getter

[src]

Getter

[src]

validate signed correctly

[src]

validate signed correctly

Trait Implementations

impl Encodable for NodeBlock
[src]

[src]

Serialize a value using an Encoder.

impl Decodable for NodeBlock
[src]

[src]

Deserialize a value using a Decoder.

impl PartialEq for NodeBlock
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl Debug for NodeBlock
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for NodeBlock
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for NodeBlock

impl Sync for NodeBlock