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]

Trait Implementations

impl Debug for ArgumentSpec
[src]

Formats the value using the given formatter.

impl Clone for ArgumentSpec
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

Performs the conversion.