Struct move_lang::compiled_unit::AnnotatedCompiledScript
source · pub struct AnnotatedCompiledScript {
pub loc: Loc,
pub named_script: NamedCompiledScript,
pub function_info: FunctionInfo,
}
Fields§
§loc: Loc
§named_script: NamedCompiledScript
§function_info: FunctionInfo
Trait Implementations§
source§impl Clone for AnnotatedCompiledScript
impl Clone for AnnotatedCompiledScript
source§fn clone(&self) -> AnnotatedCompiledScript
fn clone(&self) -> AnnotatedCompiledScript
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