Struct regex_syntax::ast::SetFlags
[−]
[src]
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]
impl Clone for SetFlags
fn clone(&self) -> SetFlags
[src]
fn clone(&self) -> SetFlags
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl Debug for SetFlags
[src]
impl Debug for SetFlags
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Eq for SetFlags
[src]
impl Eq for SetFlags
impl PartialEq for SetFlags
[src]
impl PartialEq for SetFlags