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

pub struct Block {
    pub stmts: Vec<BlockStatement>,
}

Fields

Trait Implementations

impl Clone for Block
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Block
[src]

Formats the value using the given formatter.