Struct trie_db::TrieRootPrint [−][src]
Calculate the trie root of the trie. Print a debug trace.
Fields
root: Option<HO>
The resulting root.
Trait Implementations
impl<H, HO> Default for TrieRootPrint<H, HO>
[src]
impl<H: Hasher> ProcessEncodedNode<<H as Hasher>::Out> for TrieRootPrint<H, <H as Hasher>::Out>
[src]
Auto Trait Implementations
impl<H, HO> RefUnwindSafe for TrieRootPrint<H, HO> where
H: RefUnwindSafe,
HO: RefUnwindSafe,
H: RefUnwindSafe,
HO: RefUnwindSafe,
impl<H, HO> Send for TrieRootPrint<H, HO> where
H: Send,
HO: Send,
H: Send,
HO: Send,
impl<H, HO> Sync for TrieRootPrint<H, HO> where
H: Sync,
HO: Sync,
H: Sync,
HO: Sync,
impl<H, HO> Unpin for TrieRootPrint<H, HO> where
H: Unpin,
HO: Unpin,
H: Unpin,
HO: Unpin,
impl<H, HO> UnwindSafe for TrieRootPrint<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,
pub fn borrow_mut(&mut self) -> &mut Tⓘ
[src]
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>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,