Enum regex_syntax::hir::RepetitionRange [−][src]
The kind of a counted repetition operator.
Variants
Exactly(u32)
Matches a sub-expression exactly this many times.
AtLeast(u32)
Matches a sub-expression at least this many times.
Bounded(u32, u32)
Matches a sub-expression at least m
times and at most n
times.
Trait Implementations
impl Clone for RepetitionRange
[src]
[+]
impl Clone for RepetitionRange
impl Debug for RepetitionRange
[src]
[+]
impl Debug for RepetitionRange
impl Eq for RepetitionRange
[src]
impl Eq for RepetitionRange
impl PartialEq for RepetitionRange
[src]
[+]
impl PartialEq for RepetitionRange
Auto Trait Implementations
impl Send for RepetitionRange
impl Send for RepetitionRange
impl Sync for RepetitionRange
impl Sync for RepetitionRange