Struct wasm_bindgen_backend::ast::Dictionary[][src]

pub struct Dictionary {
    pub name: Ident,
    pub fields: Vec<DictionaryField>,
}

Fields

Trait Implementations

impl Clone for Dictionary
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl ToTokens for Dictionary
[src]

Write self to the given TokenStream. Read more

Convert self directly into a TokenStream object. Read more

impl ImportedTypes for Dictionary
[src]

Auto Trait Implementations

impl !Send for Dictionary

impl !Sync for Dictionary