Struct regex_automata::nfa::thompson::range_trie::NextDupe
source · struct NextDupe {
old_id: StateID,
new_id: StateID,
}
Expand description
The next state to process during duplication.
Fields§
§old_id: StateID
The state we want to duplicate.
new_id: StateID
The ID of the new state that is a duplicate of old_id.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NextDupe
impl RefUnwindSafe for NextDupe
impl Send for NextDupe
impl Sync for NextDupe
impl Unpin for NextDupe
impl UnwindSafe for NextDupe
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