Struct move_lang::hlir::ast::ModuleCall
source · pub struct ModuleCall {
pub module: ModuleIdent,
pub name: FunctionName,
pub type_arguments: Vec<BaseType>,
pub arguments: Box<Exp>,
pub acquires: BTreeMap<StructName, Loc>,
}Fields§
§module: ModuleIdent§name: FunctionName§type_arguments: Vec<BaseType>§arguments: Box<Exp>§acquires: BTreeMap<StructName, Loc>Trait Implementations§
source§impl Clone for ModuleCall
impl Clone for ModuleCall
source§fn clone(&self) -> ModuleCall
fn clone(&self) -> ModuleCall
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 moresource§impl Debug for ModuleCall
impl Debug for ModuleCall
source§impl PartialEq<ModuleCall> for ModuleCall
impl PartialEq<ModuleCall> for ModuleCall
source§fn eq(&self, other: &ModuleCall) -> bool
fn eq(&self, other: &ModuleCall) -> bool
This method tests for
self and other values to be equal, and is used
by ==.