Struct endbasic_core::ast::FunctionCallSpan
source · Expand description
Components of an function call or an array reference expression.
Fields§
§fref: VarRefReference to the function to call or array to reference.
args: Vec<Expr>Sequence of arguments to pass to the function.
pos: LineColStarting position of the function call.
Trait Implementations§
source§impl Clone for FunctionCallSpan
impl Clone for FunctionCallSpan
source§fn clone(&self) -> FunctionCallSpan
fn clone(&self) -> FunctionCallSpan
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 FunctionCallSpan
impl Debug for FunctionCallSpan
source§impl PartialEq<FunctionCallSpan> for FunctionCallSpan
impl PartialEq<FunctionCallSpan> for FunctionCallSpan
source§fn eq(&self, other: &FunctionCallSpan) -> bool
fn eq(&self, other: &FunctionCallSpan) -> bool
This method tests for
self and other values to be equal, and is used
by ==.