Struct wasm_bindgen_backend::ast::DictionaryField[][src]

pub struct DictionaryField {
    pub name: Ident,
    pub required: bool,
    pub ty: Type,
}

Fields

Trait Implementations

impl Clone for DictionaryField
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl ToTokens for DictionaryField
[src]

Write self to the given TokenStream. Read more

Convert self directly into a TokenStream object. Read more

impl ImportedTypes for DictionaryField
[src]

Auto Trait Implementations