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

pub struct Class {
    pub name: Ident,
    pub vis: Visibility,
    pub members: Vec<ClassMember>,
}

Fields

Trait Implementations

impl Debug for Class
[src]

Formats the value using the given formatter.

impl Clone for Class
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl ItemExt for Class
[src]

identifier of the item, if any