Struct tantivy_fst::raw::Union
source · [−]pub struct Union<'f> { /* private fields */ }
Expand description
A stream of set union over multiple fst streams in lexicographic order.
The 'f
lifetime parameter refers to the lifetime of the underlying map.
Trait Implementations
Auto Trait Implementations
impl<'f> !RefUnwindSafe for Union<'f>
impl<'f> !Send for Union<'f>
impl<'f> !Sync for Union<'f>
impl<'f> Unpin for Union<'f>
impl<'f> !UnwindSafe for Union<'f>
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