Struct regex_syntax::ast::RepetitionOp [] [src]

pub struct RepetitionOp {
    pub span: Span,
    pub kind: RepetitionKind,
}

The repetition operator itself.

Fields

The span of this operator. This includes things like +, *? and {m,n}.

The type of operation.

Trait Implementations

impl Clone for RepetitionOp
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for RepetitionOp
[src]

[src]

Formats the value using the given formatter. Read more

impl Eq for RepetitionOp
[src]

impl PartialEq for RepetitionOp
[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 RepetitionOp

impl Sync for RepetitionOp