Struct trie::MemoryTrieMut [] [src]

pub struct MemoryTrieMut { /* fields omitted */ }

A memory-backed trie.

Methods

impl MemoryTrieMut
[src]

[src]

Build a memory trie from a map.

Trait Implementations

impl Clone for MemoryTrieMut
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for MemoryTrieMut
[src]

[src]

Formats the value using the given formatter.

impl Default for MemoryTrieMut
[src]

[src]

Returns the "default value" for a type. Read more

impl Into<HashMap<H256, Vec<u8>>> for MemoryTrieMut
[src]

[src]

Performs the conversion.

impl TrieMut for MemoryTrieMut
[src]

[src]

Get the root hash of the current trie.

[src]

Insert a value to the trie.

[src]

Delete a value in the trie.

[src]

Get a value in the trie.