Struct codeviz_python::MethodSpec [] [src]

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

Fields

Methods

impl MethodSpec
[src]

Trait Implementations

impl Debug for MethodSpec
[src]

Formats the value using the given formatter.

impl Clone for MethodSpec
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more