Struct pythonic::function::FunctionCall [] [src]

pub struct FunctionCall {
    pub name: String,
    pub arguments: Vec<Statement>,
}

Fields

Methods

impl FunctionCall
[src]

Trait Implementations

impl Debug for FunctionCall
[src]

Formats the value using the given formatter.

impl Clone for FunctionCall
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Display for FunctionCall
[src]

Formats the value using the given formatter. Read more