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.
CaptureRestore 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 FollowEpsilonfn clone(&self) -> FollowEpsilon[src]
fn clone(&self) -> FollowEpsilonReturns 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 FollowEpsilonAuto Trait Implementations
impl Send for FollowEpsilon
impl Send for FollowEpsilonimpl Sync for FollowEpsilon
impl Sync for FollowEpsilon