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

pub struct StructField {
    pub name: Ident,
    pub struct_name: Ident,
    pub readonly: bool,
    pub ty: Type,
    pub getter: Ident,
    pub setter: Ident,
    pub comments: Vec<String>,
}

Fields

Trait Implementations

impl Clone for StructField
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl ToTokens for StructField
[src]

Write self to the given TokenStream. Read more

Convert self directly into a TokenStream object. Read more

Auto Trait Implementations

impl !Send for StructField

impl !Sync for StructField