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 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