Struct incrust::container::template::ForStatement [] [src]

pub struct ForStatement {
    pub expression: FullExpression,
    pub block: Nodes,
    pub key_var: Option<String>,
    pub value_var: String,
}

Fields

Trait Implementations

impl Debug for ForStatement
[src]

Formats the value using the given formatter.

impl PartialEq for ForStatement
[src]

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

This method tests for !=.

impl Clone for ForStatement
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more