Struct rush_analyzer::ast::AnalyzedParameter
source · Fields§
§mutable: bool§name: &'src str§type_: TypeTrait Implementations§
source§impl<'src> Clone for AnalyzedParameter<'src>
impl<'src> Clone for AnalyzedParameter<'src>
source§fn clone(&self) -> AnalyzedParameter<'src>
fn clone(&self) -> AnalyzedParameter<'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