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