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
pub enum Flag {
CaseInsensitive,
MultiLine,
DotMatchesNewLine,
SwapGreed,
Unicode,
IgnoreWhitespace,
}A single flag.
i
m
s
U
u
x
impl Copy for Flag[src]impl Eq for Flag[src]impl StructuralEq for Flag[src]impl StructuralPartialEq for Flag[src]impl RefUnwindSafe for Flagimpl Send for Flagimpl Sync for Flagimpl Unpin for Flagimpl UnwindSafe for Flag