Enum pcre::CompileOption
[−]
[src]
pub enum CompileOption {
Caseless,
Multiline,
DotAll,
Extended,
Anchored,
DollarEndOnly,
Extra,
Ungreedy,
NoAutoCapture,
AutoCallout,
FirstLine,
DupNames,
NewlineCR,
NewlineLF,
NewlineCRLF,
NewlineAny,
NewlineAnyCRLF,
BsrAnyCRLF,
BsrUnicode,
JavaScriptCompat,
Ucp,
}Variants
CaselessMultilineDotAllExtendedAnchoredDollarEndOnlyExtraUngreedyNoAutoCaptureAutoCalloutFirstLineDupNamesNewlineCRNewlineLFNewlineCRLFNewlineAnyNewlineAnyCRLFBsrAnyCRLFBsrUnicodeJavaScriptCompatUcpTrait Implementations
impl Clone for CompileOption[src]
fn clone(&self) -> CompileOption
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more