Struct trie_db::TrieRootUnhashed
source · [−]Expand description
Get the trie root node encoding.
Fields
root: Option<Vec<u8>>
The resulting encoded root.
Trait Implementations
sourceimpl<H> Default for TrieRootUnhashed<H>
impl<H> Default for TrieRootUnhashed<H>
sourceimpl<H: Hasher> ProcessEncodedNode<<H as Hasher>::Out> for TrieRootUnhashed<H>
impl<H: Hasher> ProcessEncodedNode<<H as Hasher>::Out> for TrieRootUnhashed<H>
Auto Trait Implementations
impl<H> RefUnwindSafe for TrieRootUnhashed<H> where
H: RefUnwindSafe,
impl<H> Send for TrieRootUnhashed<H> where
H: Send,
impl<H> Sync for TrieRootUnhashed<H> where
H: Sync,
impl<H> Unpin for TrieRootUnhashed<H> where
H: Unpin,
impl<H> UnwindSafe for TrieRootUnhashed<H> where
H: UnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more