Struct piske::ast::ast::Block [] [src]

pub struct Block(pub Vec<Node<Statement>>);

Statement block is simply a list of statements.

Trait Implementations

impl Debug for Block
[src]

[src]

Formats the value using the given formatter.

impl Clone for Block
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for Block
[src]

[src]

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

[src]

This method tests for !=.

impl Annotated for Block

The annotation type.

impl Display for Block
[src]

[src]

Formats the value using the given formatter. Read more