Struct trie_db::recorder::Record [−][src]
A record of a visited node.
Fields
depth: u32
The depth of this node.
data: Vec<u8>
The raw data of the node.
hash: HO
The hash of the data.
Trait Implementations
impl<HO: Eq> Eq for Record<HO>
[src]
impl<HO> StructuralEq for Record<HO>
[src]
impl<HO> StructuralPartialEq for Record<HO>
[src]
Auto Trait Implementations
impl<HO> RefUnwindSafe for Record<HO> where
HO: RefUnwindSafe,
HO: RefUnwindSafe,
impl<HO> Send for Record<HO> where
HO: Send,
HO: Send,
impl<HO> Sync for Record<HO> where
HO: Sync,
HO: Sync,
impl<HO> Unpin for Record<HO> where
HO: Unpin,
HO: Unpin,
impl<HO> UnwindSafe for Record<HO> where
HO: UnwindSafe,
HO: UnwindSafe,