Struct wright::parser::ast::ForLoop [] [src]

pub struct ForLoop {
    pub assignment: Box<Expr>,
    pub source_var: Identifier,
    pub block: Block,
}

For loop struct.

Fields

Trait Implementations

impl Debug for ForLoop
[src]

[src]

Formats the value using the given formatter.

impl Clone for ForLoop
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more