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