Struct netsblox_ast::VariableRef
source · pub struct VariableRef {
pub name: String,
pub trans_name: String,
pub location: VarLocation,
}Fields§
§name: String§trans_name: String§location: VarLocationTrait Implementations§
source§impl Clone for VariableRef
impl Clone for VariableRef
source§fn clone(&self) -> VariableRef
fn clone(&self) -> VariableRef
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