Enum regex::exec::MatchLiteralType[][src]

enum MatchLiteralType {
    Unanchored,
    AnchoredStart,
    AnchoredEnd,
}

Variants

Match literals anywhere in text.

Match literals only at the start of text.

Match literals only at the end of text.

Trait Implementations

impl Clone for MatchLiteralType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for MatchLiteralType
[src]

impl Debug for MatchLiteralType
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for MatchLiteralType

impl Sync for MatchLiteralType