Enum regex::exec::MatchLiteralType [−][src]
enum MatchLiteralType { Unanchored, AnchoredStart, AnchoredEnd, }
Variants
Unanchored
Match literals anywhere in text.
AnchoredStart
Match literals only at the start of text.
AnchoredEnd
Match literals only at the end of text.
Trait Implementations
impl Clone for MatchLiteralType
[src]
impl Clone for MatchLiteralType
fn clone(&self) -> MatchLiteralType
[src]
fn clone(&self) -> MatchLiteralType
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 MatchLiteralType
[src]
impl Copy for MatchLiteralType
impl Debug for MatchLiteralType
[src]
impl Debug for MatchLiteralType
Auto Trait Implementations
impl Send for MatchLiteralType
impl Send for MatchLiteralType
impl Sync for MatchLiteralType
impl Sync for MatchLiteralType