Struct tantivy_fst::automaton::StartsWithState
source · pub struct StartsWithState<A: Automaton>(/* private fields */);
Expand description
The Automaton
state for StartsWith<A>
.
Auto Trait Implementations§
impl<A> RefUnwindSafe for StartsWithState<A>where <A as Automaton>::State: RefUnwindSafe,
impl<A> Send for StartsWithState<A>where <A as Automaton>::State: Send,
impl<A> Sync for StartsWithState<A>where <A as Automaton>::State: Sync,
impl<A> Unpin for StartsWithState<A>where <A as Automaton>::State: Unpin,
impl<A> UnwindSafe for StartsWithState<A>where <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