pub struct PrefixCounter { /* private fields */ }Expand description
A trie-based prefix counter.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PrefixCounter
impl RefUnwindSafe for PrefixCounter
impl Send for PrefixCounter
impl Sync for PrefixCounter
impl Unpin for PrefixCounter
impl UnsafeUnpin for PrefixCounter
impl UnwindSafe for PrefixCounter
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