Struct move_lang::parser::ast::AddressDefinition
source · pub struct AddressDefinition {
pub attributes: Vec<Attributes>,
pub loc: Loc,
pub addr: LeadingNameAccess,
pub modules: Vec<ModuleDefinition>,
}
Fields§
§attributes: Vec<Attributes>
§loc: Loc
§addr: LeadingNameAccess
§modules: Vec<ModuleDefinition>
Trait Implementations§
source§impl Clone for AddressDefinition
impl Clone for AddressDefinition
source§fn clone(&self) -> AddressDefinition
fn clone(&self) -> AddressDefinition
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