Struct xswag_syntax_java::ast::Name [] [src]

pub struct Name {
    pub path: Vec<Ident>,
    pub last: Option<Ident>,
}

Fields

Trait Implementations

impl Debug for Name
[src]

Formats the value using the given formatter.

impl Clone for Name
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more