Struct codeviz_java::ArgumentSpec [] [src]

pub struct ArgumentSpec {
    pub modifiers: Modifiers,
    pub ty: Type,
    pub name: String,
    pub annotations: Vec<AnnotationSpec>,
}

Fields

Methods

impl ArgumentSpec
[src]

[src]

[src]

Trait Implementations

impl Debug for ArgumentSpec
[src]

[src]

Formats the value using the given formatter.

impl Clone for ArgumentSpec
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more