pub enum TrieSpec {
Generic,
Secure,
Fat,
}
Expand description
Trie types
Variants§
Trait Implementations§
source§impl PartialEq<TrieSpec> for TrieSpec
impl PartialEq<TrieSpec> for TrieSpec
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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more