Struct napi_derive_backend::ast::NapiConst [−][src]
pub struct NapiConst {
pub name: Ident,
pub js_name: String,
pub type_name: Type,
pub value: Expr,
pub js_mod: Option<String>,
pub comments: Vec<String>,
}Fields
name: Identjs_name: Stringtype_name: Typevalue: Exprjs_mod: Option<String>comments: Vec<String>Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for NapiConst
impl UnwindSafe for NapiConst
Blanket Implementations
Mutably borrows from an owned value. Read more