Enum regex::exec::MatchNfaType [−][src]
enum MatchNfaType {
Auto,
Backtrack,
PikeVM,
}Variants
AutoChoose between Backtrack and PikeVM.
BacktrackNFA bounded backtracking.
(This is only set by tests, since it never makes sense to always want backtracking.)
PikeVMThe 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 MatchNfaTypefn clone(&self) -> MatchNfaType[src]
fn clone(&self) -> MatchNfaTypeReturns 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 MatchNfaTypeimpl Debug for MatchNfaType[src]
impl Debug for MatchNfaTypeAuto Trait Implementations
impl Send for MatchNfaType
impl Send for MatchNfaTypeimpl Sync for MatchNfaType
impl Sync for MatchNfaType