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 SetFlagsfn clone(&self) -> SetFlags[src]
fn clone(&self) -> SetFlagsReturns 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 SetFlagsfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Eq for SetFlags[src]
impl Eq for SetFlagsimpl PartialEq for SetFlags[src]
impl PartialEq for SetFlags