Struct dyon::ast::UseImport [] [src]

pub struct UseImport {
    pub names: Vec<Arc<String>>,
    pub fns: Vec<(Arc<String>, Option<Arc<String>>)>,
    pub alias: Arc<String>,
}

Fields

Methods

impl UseImport
[src]

Trait Implementations

impl Debug for UseImport
[src]

Formats the value using the given formatter.

impl Clone for UseImport
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more