pub enum TrieSpec {
Generic,
Secure,
Fat,
}
Expand description
Trie types
Variants
Generic
Generic trie.
Secure
Secure trie.
Fat
Secure trie with fat database.
Trait Implementations
impl StructuralPartialEq for TrieSpec
Auto Trait Implementations
impl RefUnwindSafe for TrieSpec
impl Send for TrieSpec
impl Sync for TrieSpec
impl Unpin for TrieSpec
impl UnwindSafe for TrieSpec
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more