Struct slater::Block[][src]

pub struct Block {
    pub nodes: Vec<Node>,
}

Fields

Methods

impl Block
[src]

Trait Implementations

impl Debug for Block
[src]

Formats the value using the given formatter. Read more

impl Default for Block
[src]

Returns the "default value" for a type. Read more

impl Serialize for Block
[src]

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations

impl Send for Block

impl Sync for Block