Struct dyon::ast::Current [] [src]

pub struct Current {
    pub name: Arc<String>,
    pub source_range: Range,
    pub mutable: bool,
}

Fields

Methods

impl Current
[src]

Trait Implementations

impl Debug for Current
[src]

Formats the value using the given formatter.

impl Clone for Current
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more