Struct regex_syntax::ast::SetFlags
[−]
[src]
pub struct SetFlags {
pub span: Span,
pub flags: Flags,
}A group of flags that is not applied to a particular regular expression.
Fields
span: Span
The span of these flags, including the grouping parentheses.
flags: Flags
The actual sequence of flags.
Trait Implementations
impl Clone for SetFlags[src]
fn clone(&self) -> SetFlags[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl Debug for SetFlags[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more