Enum pcre::ExecOption
[−]
[src]
pub enum ExecOption {
ExecAnchored,
ExecNotBol,
ExecNotEol,
ExecNotEmpty,
ExecPartialSoft,
ExecNewlineCR,
ExecNewlineLF,
ExecNewlineCRLF,
ExecNewlineAny,
ExecNewlineAnyCRLF,
ExecBsrAnyCRLF,
ExecBsrUnicode,
ExecNoStartOptimise,
ExecPartialHard,
ExecNotEmptyAtStart,
}Variants
ExecAnchoredExecNotBolExecNotEolExecNotEmptyExecPartialSoftExecNewlineCRExecNewlineLFExecNewlineCRLFExecNewlineAnyExecNewlineAnyCRLFExecBsrAnyCRLFExecBsrUnicodeExecNoStartOptimiseExecPartialHardExecNotEmptyAtStartTrait Implementations
impl Clone for ExecOption[src]
fn clone(&self) -> ExecOption
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