Struct tantivy_fst::map::Chain
source · pub struct Chain<'m>(/* private fields */);
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§
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