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