Struct move_lang::compiled_unit::AnnotatedCompiledModule
source · pub struct AnnotatedCompiledModule {
pub loc: Loc,
pub module_name_loc: Loc,
pub address_name: Option<Name>,
pub named_module: NamedCompiledModule,
pub function_infos: UniqueMap<FunctionName, FunctionInfo>,
}
Fields§
§loc: Loc
§module_name_loc: Loc
§address_name: Option<Name>
§named_module: NamedCompiledModule
§function_infos: UniqueMap<FunctionName, FunctionInfo>
Implementations§
source§impl AnnotatedCompiledModule
impl AnnotatedCompiledModule
pub fn module_ident(&self) -> ModuleIdent
pub fn module_id(&self) -> (Option<Name>, ModuleId)
Trait Implementations§
source§impl Clone for AnnotatedCompiledModule
impl Clone for AnnotatedCompiledModule
source§fn clone(&self) -> AnnotatedCompiledModule
fn clone(&self) -> AnnotatedCompiledModule
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