Enum regex::exec::MatchNfaType[][src]

enum MatchNfaType {
    Auto,
    Backtrack,
    PikeVM,
}

Variants

Choose between Backtrack and PikeVM.

NFA bounded backtracking.

(This is only set by tests, since it never makes sense to always want backtracking.)

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]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for MatchNfaType
[src]

impl Debug for MatchNfaType
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for MatchNfaType

impl Sync for MatchNfaType