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 moreAuto Trait Implementations§
impl RefUnwindSafe for VariableRef
impl Send for VariableRef
impl Sync for VariableRef
impl Unpin for VariableRef
impl UnwindSafe for VariableRef
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more