Struct codeviz_java::AnnotationSpec [] [src]

pub struct AnnotationSpec {
    pub ty: Type,
    pub arguments: Vec<Statement>,
}

Fields

Methods

impl AnnotationSpec
[src]

[src]

[src]

Trait Implementations

impl Debug for AnnotationSpec
[src]

[src]

Formats the value using the given formatter.

impl Clone for AnnotationSpec
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

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

[src]

Performs the conversion.

impl From<ClassType> for AnnotationSpec
[src]

[src]

Performs the conversion.