Enum xswag_syntax_java::ast::block::ForInit [] [src]

pub enum ForInit {
    VarDecl(Box<BlockStatement>),
    Stmts(Vec<Statement>),
}

Variants

Trait Implementations

impl Clone for ForInit
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ForInit
[src]

Formats the value using the given formatter.