Struct dynamo::ast::Call [] [src]

pub struct Call {
    pub name: Arc<String>,
    pub args: Vec<Expression>,
}

Fields

Methods

impl Call
[src]

Trait Implementations

impl Debug for Call
[src]

Formats the value using the given formatter.

impl Clone for Call
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more