Struct napi_derive_backend::ast::NapiImpl [−][src]
pub struct NapiImpl {
pub name: Ident,
pub js_name: String,
pub items: Vec<NapiFn>,
pub task_output_type: Option<Type>,
pub js_mod: Option<String>,
pub comments: Vec<String>,
}Fields
name: Identjs_name: Stringitems: Vec<NapiFn>task_output_type: Option<Type>js_mod: Option<String>comments: Vec<String>Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for NapiImpl
impl UnwindSafe for NapiImpl
Blanket Implementations
Mutably borrows from an owned value. Read more