Struct wasm_bindgen_backend::ast::Import[][src]

pub struct Import {
    pub module: Option<String>,
    pub js_namespace: Option<Ident>,
    pub kind: ImportKind,
}

Fields

Trait Implementations

impl Clone for Import
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl ImportedTypes for Import
[src]

Auto Trait Implementations

impl !Send for Import

impl !Sync for Import