Struct xswag_syntax_java::ast::block::VariableDeclarator [] [src]

pub struct VariableDeclarator {
    pub name: Ident,
    pub dims: Dims,
    pub init: Option<Expr>,
}

Fields

Trait Implementations

impl Clone for VariableDeclarator
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for VariableDeclarator
[src]

Formats the value using the given formatter.