Struct xswag_syntax_java::ast::item::Field
[−]
[src]
pub struct Field {
pub vis: Visibility,
pub static_: bool,
pub final_: bool,
pub ty: Type,
pub name: Ident,
}Fields
vis: Visibility
static_: bool
final_: bool
ty: Type
name: Ident
Trait Implementations
impl Clone for Field[src]
fn clone(&self) -> Field
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