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,
}
Fields
name: Member
js_name: String
ty: Type
getter: bool
setter: bool
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