Struct pomsky_syntax::exprs::Repetition
source · pub struct Repetition<'i> {
pub rule: Rule<'i>,
pub kind: RepetitionKind,
pub quantifier: Quantifier,
pub span: Span,
}Fields§
§rule: Rule<'i>§kind: RepetitionKind§quantifier: Quantifier§span: SpanTrait Implementations§
source§impl<'i> Clone for Repetition<'i>
impl<'i> Clone for Repetition<'i>
source§fn clone(&self) -> Repetition<'i>
fn clone(&self) -> Repetition<'i>
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