pub struct Trie<V> { /* private fields */ }Expand description
A simple trie mapping byte strings to values.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<V> Freeze for Trie<V>where
V: Freeze,
impl<V> RefUnwindSafe for Trie<V>where
V: RefUnwindSafe,
impl<V> Send for Trie<V>where
V: Send,
impl<V> Sync for Trie<V>where
V: Sync,
impl<V> Unpin for Trie<V>where
V: Unpin,
impl<V> UnsafeUnpin for Trie<V>where
V: UnsafeUnpin,
impl<V> UnwindSafe for Trie<V>where
V: UnwindSafe,
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