Struct blockly_parser::StatementBody[][src]

pub struct StatementBody {
    pub blocks: Vec<Block>,
}

Fields

Trait Implementations

impl PartialEq for StatementBody
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Debug for StatementBody
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations