Enum regex_syntax::ast::RepetitionKind
source · pub enum RepetitionKind {
ZeroOrOne,
ZeroOrMore,
OneOrMore,
Range(RepetitionRange),
}
Expand description
The kind of a repetition operator.
Variants§
Trait Implementations§
source§impl Clone for RepetitionKind
impl Clone for RepetitionKind
source§fn clone(&self) -> RepetitionKind
fn clone(&self) -> RepetitionKind
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more