Enum ethcore_util::trie::TrieSpec [] [src]

pub enum TrieSpec {
    Generic,
    Secure,
    Fat,
}

Trie types

Variants

Generic trie.

Secure trie.

Secure trie with fat database.

Trait Implementations

impl Debug for TrieSpec
[src]

Formats the value using the given formatter.

impl PartialEq for TrieSpec
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Clone for TrieSpec
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for TrieSpec
[src]

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