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