Struct netsblox_ast::VariableRef
source · [−]pub struct VariableRef {
pub name: String,
pub trans_name: String,
pub location: VarLocation,
}Fields
name: Stringtrans_name: Stringlocation: VarLocationTrait Implementations
sourceimpl Clone for VariableRef
impl Clone for VariableRef
sourcefn clone(&self) -> VariableRef
fn clone(&self) -> VariableRef
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
Auto Trait Implementations
impl RefUnwindSafe for VariableRef
impl Send for VariableRef
impl Sync for VariableRef
impl Unpin for VariableRef
impl UnwindSafe for VariableRef
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more