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

pub struct Variant {
    pub name: Ident,
    pub value: u32,
}

Fields

Trait Implementations

impl Clone for Variant
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl !Send for Variant

impl !Sync for Variant