Enum regex_syntax::ast::RepetitionRange
source · [−]Expand description
A range repetition operator.
Variants
Exactly(u32)
{m}
AtLeast(u32)
{m,}
Bounded(u32, u32)
{m,n}
Implementations
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for RepetitionRange
impl Send for RepetitionRange
impl Sync for RepetitionRange
impl Unpin for RepetitionRange
impl UnwindSafe for RepetitionRange
Blanket Implementations
Mutably borrows from an owned value. Read more