Struct tantivy_fst::map::StreamWithState
source · pub struct StreamWithState<'m, A = AlwaysMatch>(/* private fields */)
where
A: Automaton;
Expand description
A lexicographically ordered stream of key-value from a map along with the states of the automaton.
The Stream
type is based on the StreamWithState
.
Trait Implementations§
Auto Trait Implementations§
impl<'m, A> RefUnwindSafe for StreamWithState<'m, A>where A: RefUnwindSafe, <A as Automaton>::State: RefUnwindSafe,
impl<'m, A> Send for StreamWithState<'m, A>where A: Send, <A as Automaton>::State: Send,
impl<'m, A> Sync for StreamWithState<'m, A>where A: Sync, <A as Automaton>::State: Sync,
impl<'m, A> Unpin for StreamWithState<'m, A>where A: Unpin, <A as Automaton>::State: Unpin,
impl<'m, A> UnwindSafe for StreamWithState<'m, A>where A: UnwindSafe, <A as Automaton>::State: UnwindSafe,
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