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

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

Fields

ty: Type name: Ident final_: bool

Trait Implementations

impl Clone for FormalParameter
[src]

fn clone(&self) -> FormalParameter

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 FormalParameter
[src]

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

Formats the value using the given formatter.