Struct move_lang::compiled_unit::NamedCompiledScript
source · pub struct NamedCompiledScript {
pub name: Symbol,
pub script: CompiledScript,
pub source_map: SourceMap,
}
Fields§
§name: Symbol
§script: CompiledScript
§source_map: SourceMap
Trait Implementations§
source§impl Clone for NamedCompiledScript
impl Clone for NamedCompiledScript
source§fn clone(&self) -> NamedCompiledScript
fn clone(&self) -> NamedCompiledScript
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