Struct tantivy_fst::map::Values
source · [−]pub struct Values<'m>(_);
Expand description
A stream of values from a map, lexicographically ordered by each value’s corresponding key.
The 'm
lifetime parameter refers to the lifetime of the underlying map.
Trait Implementations
Auto Trait Implementations
impl<'m> RefUnwindSafe for Values<'m>
impl<'m> Send for Values<'m>
impl<'m> Sync for Values<'m>
impl<'m> Unpin for Values<'m>
impl<'m> UnwindSafe for Values<'m>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more