Struct xswag_syntax_java::ast::Ident [] [src]

pub struct Ident {
    pub name: String,
    pub span: Span,
}

Fields

Trait Implementations

impl Clone for Ident
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Ident
[src]

Formats the value using the given formatter.

impl Add<Path> for Ident
[src]

The resulting type after applying the + operator

The method for the + operator

impl Add for Ident
[src]

The resulting type after applying the + operator

The method for the + operator

impl Default for Ident
[src]

Returns the "default value" for a type. Read more