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.
Matches a sub-expression at least m times and at most n times.
Trait Implementations
impl Clone for RepetitionRange[src]
impl Clone for RepetitionRange[src]fn clone(&self) -> RepetitionRange[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl PartialEq<RepetitionRange> for RepetitionRange[src]
impl PartialEq<RepetitionRange> for RepetitionRange[src]