Struct xswag_syntax_java::ast::item::Field [] [src]

pub struct Field {
    pub vis: Visibility,
    pub static_: bool,
    pub final_: bool,
    pub ty: Type,
    pub name: Ident,
}

Fields

Trait Implementations

impl Debug for Field
[src]

Formats the value using the given formatter.

impl Clone for Field
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more