Struct tantivy_fst::map::Keys
source · pub struct Keys<'m>(/* private fields */);
Expand description
A lexicographically ordered stream of keys from a map.
The 'm
lifetime parameter refers to the lifetime of the underlying map.
Trait Implementations§
Auto Trait Implementations§
impl<'m> RefUnwindSafe for Keys<'m>
impl<'m> Send for Keys<'m>
impl<'m> Sync for Keys<'m>
impl<'m> Unpin for Keys<'m>
impl<'m> UnwindSafe for Keys<'m>
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