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

pub struct Struct {
    pub name: Ident,
    pub fields: Vec<StructField>,
}

Fields

Trait Implementations

impl ToTokens for Struct
[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 Struct

impl !Sync for Struct