Struct xswag_syntax_java::ast::Path [] [src]

pub struct Path {
    pub segments: Vec<Ident>,
}

Fields

Methods

impl Path
[src]

Trait Implementations

impl Clone for Path
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Add for Path
[src]

The resulting type after applying the + operator

The method for the + operator

impl Add<Ident> for Path
[src]

The resulting type after applying the + operator

The method for the + operator

impl Debug for Path
[src]

Formats the value using the given formatter.