Struct codeviz_js::MethodSpec [] [src]

pub struct MethodSpec {
    pub name: String,
    pub arguments: Vec<Statement>,
    pub elements: Elements,
    pub is_static: bool,
}

Fields

Methods

impl MethodSpec
[src]

[src]

[src]

[src]

[src]

Trait Implementations

impl Debug for MethodSpec
[src]

[src]

Formats the value using the given formatter.

impl Clone for MethodSpec
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more