Struct pythonic::block::Block [] [src]

pub struct Block {
    pub indentation: usize,
    pub statements: Vec<Statement>,
}

Fields

Methods

impl Block
[src]

Trait Implementations

impl Debug for Block
[src]

Formats the value using the given formatter.

impl Clone for Block
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Display for Block
[src]

Formats the value using the given formatter. Read more