Enum regex_syntax::ast::Flag [−][src]
pub enum Flag { CaseInsensitive, MultiLine, DotMatchesNewLine, SwapGreed, Unicode, IgnoreWhitespace, }
A single flag.
Variants
i
m
s
U
u
x
Trait Implementations
impl StructuralEq for Flag
[src]
impl StructuralEq for Flag
[src]impl StructuralPartialEq for Flag
[src]
impl StructuralPartialEq for Flag
[src]Auto Trait Implementations
impl RefUnwindSafe for Flag
impl RefUnwindSafe for Flag
impl UnwindSafe for Flag
impl UnwindSafe for Flag