Struct wasm_bindgen_backend::ast::ImportType[][src]

pub struct ImportType {
    pub vis: Visibility,
    pub rust_name: Ident,
    pub js_name: String,
    pub attrs: Vec<Attribute>,
    pub doc_comment: Option<String>,
    pub instanceof_shim: String,
    pub extends: Vec<Path>,
    pub vendor_prefixes: Vec<Ident>,
}

Fields

Trait Implementations

impl Clone for ImportType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl ToTokens for ImportType
[src]

Write self to the given TokenStream. Read more

Convert self directly into a TokenStream object. Read more

impl ImportedTypes for ImportType
[src]

Auto Trait Implementations

impl !Send for ImportType

impl !Sync for ImportType