Struct tantivy_fst::map::StreamWithState
source · [−]pub struct StreamWithState<'m, A = AlwaysMatch>(_)
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more