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

The span of these flags, including the grouping parentheses.

The actual sequence of flags.

Trait Implementations

impl Clone for SetFlags
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for SetFlags
[src]

[src]

Formats the value using the given formatter. Read more

impl Eq for SetFlags
[src]

impl PartialEq for SetFlags
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

Auto Trait Implementations

impl Send for SetFlags

impl Sync for SetFlags