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

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

Fields

name: String span: Span

Trait Implementations

impl Clone for Ident
[src]

fn clone(&self) -> Ident

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more

impl Debug for Ident
[src]

fn fmt(&self, f: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Add<Path> for Ident
[src]

type Output = Path

The resulting type after applying the + operator

fn add(self, rhs: Path) -> Self::Output

The method for the + operator

impl Add for Ident
[src]

type Output = Path

The resulting type after applying the + operator

fn add(self, rhs: Ident) -> Self::Output

The method for the + operator

impl Default for Ident
[src]

fn default() -> Self

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