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