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

pub struct FormalParameter {
    pub ty: Type,
    pub name: Ident,
    pub final_: bool,
}

Fields

Trait Implementations

impl Debug for FormalParameter
[src]

Formats the value using the given formatter.

impl Clone for FormalParameter
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more