Struct dyon::ast::Grab [] [src]

pub struct Grab {
    pub level: u16,
    pub expr: Expression,
    pub source_range: Range,
}

Fields

Methods

impl Grab
[src]

Trait Implementations

impl Debug for Grab
[src]

Formats the value using the given formatter.

impl Clone for Grab
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more