Struct wasm_bindgen_backend::ast::Variant [−][src]
Expand description
The variant of an enum
Fields
name: Ident
The name of this variant
value: u32
The backing value of this variant
comments: Vec<String>
The doc comments on this variant, if any
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Variant
impl UnwindSafe for Variant
Blanket Implementations
Mutably borrows from an owned value. Read more