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