pub struct Trie<C, const SIZE: usize>where
C: CharSet,{ /* private fields */ }
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<C, const SIZE: usize> Freeze for Trie<C, SIZE>
impl<C, const SIZE: usize> RefUnwindSafe for Trie<C, SIZE>where
C: RefUnwindSafe,
impl<C, const SIZE: usize> Send for Trie<C, SIZE>where
C: Send,
impl<C, const SIZE: usize> Sync for Trie<C, SIZE>where
C: Sync,
impl<C, const SIZE: usize> Unpin for Trie<C, SIZE>where
C: Unpin,
impl<C, const SIZE: usize> UnwindSafe for Trie<C, SIZE>where
C: 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