Struct codeviz_java::FieldSpec [] [src]

pub struct FieldSpec {
    pub modifiers: Modifiers,
    pub ty: Type,
    pub name: String,
    pub annotations: Vec<AnnotationSpec>,
    pub initialize: Option<Statement>,
}

Fields

Methods

impl FieldSpec
[src]

[src]

[src]

[src]

Trait Implementations

impl Debug for FieldSpec
[src]

[src]

Formats the value using the given formatter.

impl Clone for FieldSpec
[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 FieldSpec where
    T: Into<FieldSpec> + Clone
[src]

[src]

Performs the conversion.