Struct tantivy_fst::map::Intersection
source · [−]pub struct Intersection<'m>(_);
Expand description
A stream of set intersection over multiple map streams in lexicographic order.
The 'm
lifetime parameter refers to the lifetime of the underlying map.
Trait Implementations
sourceimpl<'a, 'm> Streamer<'a> for Intersection<'m>
impl<'a, 'm> Streamer<'a> for Intersection<'m>
Auto Trait Implementations
impl<'m> !RefUnwindSafe for Intersection<'m>
impl<'m> !Send for Intersection<'m>
impl<'m> !Sync for Intersection<'m>
impl<'m> Unpin for Intersection<'m>
impl<'m> !UnwindSafe for Intersection<'m>
Blanket Implementations
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstablefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more