Enum regex::pikevm::FollowEpsilon [−][src]
A representation of an explicit stack frame when following epsilon transitions. This is used to avoid recursion.
Variants
IP(usize)
Follow transitions at the given instruction pointer.
Capture
Restore the capture slot with the given position in the input.
Fields of Capture
slot: usize | |
pos: Option<usize> |
Trait Implementations
impl Clone for FollowEpsilon
[src]
impl Clone for FollowEpsilon
fn clone(&self) -> FollowEpsilon
[src]
fn clone(&self) -> FollowEpsilon
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl Debug for FollowEpsilon
[src]
impl Debug for FollowEpsilon
Auto Trait Implementations
impl Send for FollowEpsilon
impl Send for FollowEpsilon
impl Sync for FollowEpsilon
impl Sync for FollowEpsilon