[−][src]Struct trie_db::TrieRoot
Calculate the trie root of the trie.
Fields
root: Option<HO>The resulting root.
Trait Implementations
impl<H, HO> Default for TrieRoot<H, HO>[src][+]
impl<H: Hasher> ProcessEncodedNode<<H as Hasher>::Out> for TrieRoot<H, <H as Hasher>::Out>[src][+]
Auto Trait Implementations
impl<H, HO> RefUnwindSafe for TrieRoot<H, HO> where
H: RefUnwindSafe,
HO: RefUnwindSafe,
H: RefUnwindSafe,
HO: RefUnwindSafe,
impl<H, HO> Send for TrieRoot<H, HO> where
H: Send,
HO: Send,
H: Send,
HO: Send,
impl<H, HO> Sync for TrieRoot<H, HO> where
H: Sync,
HO: Sync,
H: Sync,
HO: Sync,
impl<H, HO> Unpin for TrieRoot<H, HO> where
H: Unpin,
HO: Unpin,
H: Unpin,
HO: Unpin,
impl<H, HO> UnwindSafe for TrieRoot<H, HO> where
H: UnwindSafe,
HO: UnwindSafe,
H: UnwindSafe,
HO: UnwindSafe,
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src][+]
T: ?Sized,
impl<T> From<T> for T[src][+]
impl<T, U> Into<U> for T where
U: From<T>, [src][+]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src][+]
U: TryFrom<T>,