Struct wasm_bindgen_backend::ast::ImportStatic[][src]

pub struct ImportStatic {
    pub vis: Visibility,
    pub ty: Type,
    pub shim: Ident,
    pub rust_name: Ident,
    pub js_name: String,
}

Fields

Trait Implementations

impl Clone for ImportStatic
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl ToTokens for ImportStatic
[src]

Write self to the given TokenStream. Read more

Convert self directly into a TokenStream object. Read more

impl ImportedTypes for ImportStatic
[src]

Auto Trait Implementations

impl !Send for ImportStatic

impl !Sync for ImportStatic