Struct patricia_trie::recorder::Record [] [src]

pub struct Record {
    pub depth: u32,
    pub data: Bytes,
    pub hash: H256,
}

A record of a visited node.

Fields

The depth of this node.

The raw data of the node.

The hash of the data.

Trait Implementations

impl PartialEq for Record
[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 Eq for Record
[src]

impl Debug for Record
[src]

[src]

Formats the value using the given formatter.

impl Clone for Record
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more