Struct rush_analyzer::ast::AnalyzedIdentExpr
source · Fields§
§result_type: Type§ident: &'src strTrait Implementations§
source§impl<'src> Clone for AnalyzedIdentExpr<'src>
impl<'src> Clone for AnalyzedIdentExpr<'src>
source§fn clone(&self) -> AnalyzedIdentExpr<'src>
fn clone(&self) -> AnalyzedIdentExpr<'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