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