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