Enum regex_syntax::ast::RepetitionRange [−][src]
A range repetition operator.
Variants
Exactly(u32)
{m}
AtLeast(u32)
{m,}
{m,n}
Implementations
impl RepetitionRange
[src]
impl RepetitionRange
[src]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]