Struct tantivy_fst::map::Chain
source · [−]pub struct Chain<'m>(_);
Expand description
A stream of set union over multiple map streams in lexicographic order.
The 'm
lifetime parameter refers to the lifetime of the underlying map.
Trait Implementations
Auto Trait Implementations
impl<'m> !RefUnwindSafe for Chain<'m>
impl<'m> !Send for Chain<'m>
impl<'m> !Sync for Chain<'m>
impl<'m> Unpin for Chain<'m>
impl<'m> !UnwindSafe for Chain<'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