Struct napi_derive_backend::ast::NapiEnum [−][src]
pub struct NapiEnum {
pub name: Ident,
pub js_name: String,
pub variants: Vec<NapiEnumVariant>,
}
Fields
name: Ident
js_name: String
variants: Vec<NapiEnumVariant>
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for NapiEnum
impl UnwindSafe for NapiEnum
Blanket Implementations
Mutably borrows from an owned value. Read more