Struct rush_analyzer::ast::AnalyzedAssignExpr
source · pub struct AnalyzedAssignExpr<'src> {
pub result_type: Type,
pub assignee: &'src str,
pub op: AssignOp,
pub expr: AnalyzedExpression<'src>,
}Fields§
§result_type: Type§assignee: &'src str§op: AssignOp§expr: AnalyzedExpression<'src>Trait Implementations§
source§impl<'src> Clone for AnalyzedAssignExpr<'src>
impl<'src> Clone for AnalyzedAssignExpr<'src>
source§fn clone(&self) -> AnalyzedAssignExpr<'src>
fn clone(&self) -> AnalyzedAssignExpr<'src>
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