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

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

Fields

Trait Implementations

impl Clone for Struct
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl ToTokens for Struct
[src]

Write self to the given TokenStream. Read more

Convert self directly into a TokenStream object. Read more

Auto Trait Implementations

impl !Send for Struct

impl !Sync for Struct