Struct patricia_trie::recorder::Record  [−][src]
A record of a visited node.
Fields
depth: u32
                           The depth of this node.
data: Bytes
                           The raw data of the node.
hash: HO
                           The hash of the data.
Trait Implementations
impl<HO: PartialEq> PartialEq for Record<HO>[src] 
impl<HO: PartialEq> PartialEq for Record<HO>fn eq(&self, other: &Record<HO>) -> bool[src] 
fn eq(&self, other: &Record<HO>) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Record<HO>) -> bool[src] 
fn ne(&self, other: &Record<HO>) -> boolThis method tests for !=.
impl<HO: Eq> Eq for Record<HO>[src] 
impl<HO: Eq> Eq for Record<HO>impl<HO: Debug> Debug for Record<HO>[src] 
impl<HO: Debug> Debug for Record<HO>fn fmt(&self, f: &mut Formatter) -> Result[src] 
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl<HO: Clone> Clone for Record<HO>[src] 
impl<HO: Clone> Clone for Record<HO>