Enum regex::exec::MatchNfaType [−][src]
enum MatchNfaType { Auto, Backtrack, PikeVM, }
Variants
Auto
Choose between Backtrack and PikeVM.
Backtrack
NFA bounded backtracking.
(This is only set by tests, since it never makes sense to always want backtracking.)
PikeVM
The Pike VM.
(This is only set by tests, since it never makes sense to always want the Pike VM.)
Trait Implementations
impl Clone for MatchNfaType
[src]
impl Clone for MatchNfaType
fn clone(&self) -> MatchNfaType
[src]
fn clone(&self) -> MatchNfaType
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 Copy for MatchNfaType
[src]
impl Copy for MatchNfaType
impl Debug for MatchNfaType
[src]
impl Debug for MatchNfaType
Auto Trait Implementations
impl Send for MatchNfaType
impl Send for MatchNfaType
impl Sync for MatchNfaType
impl Sync for MatchNfaType