Struct tantivy_fst::map::Union
source · pub struct Union<'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 Union<'m>
impl<'m> !Send for Union<'m>
impl<'m> !Sync for Union<'m>
impl<'m> Unpin for Union<'m>
impl<'m> !UnwindSafe for Union<'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