Struct napi_derive_backend::ast::NapiStructField [−][src]
pub struct NapiStructField {
pub name: Member,
pub js_name: String,
pub ty: Type,
pub getter: bool,
pub setter: bool,
pub comments: Vec<String>,
}Fields
name: Memberjs_name: Stringty: Typegetter: boolsetter: boolcomments: Vec<String>Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for NapiStructField
impl !Send for NapiStructField
impl !Sync for NapiStructField
impl Unpin for NapiStructField
impl UnwindSafe for NapiStructField
Blanket Implementations
Mutably borrows from an owned value. Read more