Struct wasm_bindgen_backend::ast::Export [] [src]

pub struct Export {
    pub class: Option<Ident>,
    pub method: bool,
    pub mutable: bool,
    pub constructor: Option<String>,
    pub function: Function,
}

Fields

Methods

impl Export
[src]

[src]

[src]

Trait Implementations

impl ToTokens for Export
[src]

[src]

Write self to the given TokenStream. Read more

[src]

Convert self directly into a TokenStream object. Read more

Auto Trait Implementations

impl !Send for Export

impl !Sync for Export