Struct codeviz_python::DecoratorSpec [] [src]

pub struct DecoratorSpec {
    pub name: Name,
    pub arguments: Vec<Statement>,
}

Fields

Methods

impl DecoratorSpec
[src]

Trait Implementations

impl Debug for DecoratorSpec
[src]

Formats the value using the given formatter.

impl Clone for DecoratorSpec
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<'a, T> From<&'a T> for DecoratorSpec where
    T: Into<DecoratorSpec> + Clone
[src]

Performs the conversion.

impl From<BuiltInName> for DecoratorSpec
[src]

Performs the conversion.

impl From<ImportedName> for DecoratorSpec
[src]

Performs the conversion.