Struct codeviz_js::FunctionSpec [] [src]

pub struct FunctionSpec {
    pub name: String,
    pub arguments: Vec<Statement>,
    pub elements: Elements,
}

Fields

Methods

impl FunctionSpec
[src]

[src]

[src]

[src]

Trait Implementations

impl Debug for FunctionSpec
[src]

[src]

Formats the value using the given formatter.

impl Clone for FunctionSpec
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Imports for FunctionSpec
[src]

[src]