Struct regex_automata::nfa::thompson::range_trie::NextIter
source · struct NextIter {
state_id: StateID,
tidx: usize,
}
Expand description
The next state (and its corresponding transition) that we want to visit during iteration in lexicographic order.
Fields§
§state_id: StateID
§tidx: usize
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NextIter
impl RefUnwindSafe for NextIter
impl Send for NextIter
impl Sync for NextIter
impl Unpin for NextIter
impl UnwindSafe for NextIter
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