Struct sway_core::language::parsed::FunctionApplicationExpression
source · pub struct FunctionApplicationExpression {
pub call_path_binding: TypeBinding<CallPath>,
pub arguments: Vec<Expression>,
}
Fields§
§call_path_binding: TypeBinding<CallPath>
§arguments: Vec<Expression>
Trait Implementations§
source§impl Clone for FunctionApplicationExpression
impl Clone for FunctionApplicationExpression
source§fn clone(&self) -> FunctionApplicationExpression
fn clone(&self) -> FunctionApplicationExpression
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