Struct dyon::ast::ForN [] [src]

pub struct ForN {
    pub name: Arc<String>,
    pub start: Option<Expression>,
    pub end: Expression,
    pub block: Block,
    pub label: Option<Arc<String>>,
    pub source_range: Range,
}

Fields

Methods

impl ForN
[src]

Trait Implementations

impl Debug for ForN
[src]

Formats the value using the given formatter.

impl Clone for ForN
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more