Struct qp_trie::SubTrie[][src]

pub struct SubTrie<'a, K: 'a, V: 'a> { /* fields omitted */ }

Methods

impl<'a, K: 'a, V: 'a> SubTrie<'a, K, V>
[src]

Returns true if the subtrie has no entries.

impl<'a, K: Borrow<[u8]>, V> SubTrie<'a, K, V>
[src]

Important traits for Iter<'a, K, V>

Important traits for Iter<'a, K, V>

Trait Implementations

impl<'a, K: Debug, V: Debug> Debug for SubTrie<'a, K, V>
[src]

Formats the value using the given formatter. Read more

impl<'a, K: 'a, V: 'a> IntoIterator for SubTrie<'a, K, V>
[src]

Which kind of iterator are we turning this into?

The type of the elements being iterated over.

Creates an iterator from a value. Read more

impl<'a, K: Borrow<[u8]>, V, L: Borrow<[u8]>> Index<L> for SubTrie<'a, K, V>
[src]

The returned type after indexing.

Performs the indexing (container[index]) operation.

Auto Trait Implementations

impl<'a, K, V> Send for SubTrie<'a, K, V> where
    K: Sync,
    V: Sync

impl<'a, K, V> Sync for SubTrie<'a, K, V> where
    K: Sync,
    V: Sync