pub struct Indexed<Q: State>(pub Q, pub usize);
Tuple Fields§
§0: Q
§1: usize
Trait Implementations§
Source§impl<'e, F: Symbol, Q: State> LanguageState<F, [&'e Automaton<F, Q, NoLabel>]> for Indexed<Q>
impl<'e, F: Symbol, Q: State> LanguageState<F, [&'e Automaton<F, Q, NoLabel>]> for Indexed<Q>
fn configurations<'a>( &self, automata: &'a [&'e Automaton<F, Q, NoLabel>], ) -> Box<dyn Iterator<Item = Configuration<F, Self>> + 'a>
impl<Q: Eq + State> Eq for Indexed<Q>
impl<Q: State> StructuralPartialEq for Indexed<Q>
Auto Trait Implementations§
impl<Q> Freeze for Indexed<Q>where
Q: Freeze,
impl<Q> RefUnwindSafe for Indexed<Q>where
Q: RefUnwindSafe,
impl<Q> Send for Indexed<Q>where
Q: Send,
impl<Q> Sync for Indexed<Q>where
Q: Sync,
impl<Q> Unpin for Indexed<Q>where
Q: Unpin,
impl<Q> UnwindSafe for Indexed<Q>where
Q: 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