pub struct Trie<T, K> { /* private fields */ }
Expand description
Trie木
Implementations§
Auto Trait Implementations§
impl<T, K> Freeze for Trie<T, K>
impl<T, K> RefUnwindSafe for Trie<T, K>where
T: RefUnwindSafe,
K: RefUnwindSafe,
impl<T, K> !Send for Trie<T, K>
impl<T, K> !Sync for Trie<T, K>
impl<T, K> Unpin for Trie<T, K>
impl<T, K> UnwindSafe for Trie<T, K>where
T: RefUnwindSafe,
K: RefUnwindSafe,
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