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