Enum patricia_trie::TrieSpec [−][src]
pub enum TrieSpec {
    Generic,
    Secure,
    Fat,
}Trie types
Variants
GenericGeneric trie.
SecureSecure trie.
FatSecure trie with fat database.
Trait Implementations
impl Debug for TrieSpec[src] 
impl Debug for TrieSpecfn fmt(&self, f: &mut Formatter) -> Result[src] 
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl PartialEq for TrieSpec[src] 
impl PartialEq for TrieSpecfn eq(&self, other: &TrieSpec) -> bool[src] 
fn eq(&self, other: &TrieSpec) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0[src] 
fn ne(&self, other: &Rhs) -> bool1.0.0
[src]This method tests for !=.
impl Clone for TrieSpec[src] 
impl Clone for TrieSpecfn clone(&self) -> TrieSpec[src] 
fn clone(&self) -> TrieSpecReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src] 
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Default for TrieSpec[src] 
impl Default for TrieSpec