Struct dyon::ast::Arg [] [src]

pub struct Arg {
    pub name: Arc<String>,
    pub lifetime: Option<Arc<String>>,
    pub ty: Type,
    pub source_range: Range,
    pub mutable: bool,
}

Fields

Methods

impl Arg
[src]

Trait Implementations

impl Debug for Arg
[src]

Formats the value using the given formatter.

impl Clone for Arg
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more