pub struct KeyEntry<'a>(/* private fields */);Expand description
&str verified for working with LrTrie.
Implementations§
Auto Trait Implementations§
impl<'a> Freeze for KeyEntry<'a>
impl<'a> RefUnwindSafe for KeyEntry<'a>
impl<'a> Send for KeyEntry<'a>
impl<'a> Sync for KeyEntry<'a>
impl<'a> Unpin for KeyEntry<'a>
impl<'a> UnwindSafe for KeyEntry<'a>
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