Struct dynamo::ast::Arg [] [src]

pub struct Arg {
    pub name: Arc<String>,
    pub lifetime: Option<Arc<String>>,
}

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