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 Eq for RepetitionRange
[src]
impl Eq for RepetitionRange
[src]impl PartialEq<RepetitionRange> for RepetitionRange
[src]
impl PartialEq<RepetitionRange> for RepetitionRange
[src]fn eq(&self, other: &RepetitionRange) -> bool
[src]
fn ne(&self, other: &RepetitionRange) -> bool
[src]
impl StructuralEq for RepetitionRange
[src]
impl StructuralEq for RepetitionRange
[src]impl StructuralPartialEq for RepetitionRange
[src]
impl StructuralPartialEq for RepetitionRange
[src]Auto Trait Implementations
impl RefUnwindSafe for RepetitionRange
impl RefUnwindSafe for RepetitionRange
impl Send for RepetitionRange
impl Send for RepetitionRange
impl Sync for RepetitionRange
impl Sync for RepetitionRange
impl Unpin for RepetitionRange
impl Unpin for RepetitionRange
impl UnwindSafe for RepetitionRange
impl UnwindSafe for RepetitionRange