Enum netsblox_ast::VarLocation
source · pub enum VarLocation {
Global,
Field,
Local,
}Variants§
Trait Implementations§
source§impl Clone for VarLocation
impl Clone for VarLocation
source§fn clone(&self) -> VarLocation
fn clone(&self) -> VarLocation
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