Enum napi_derive_backend::ast::NapiStructKind [−][src]
pub enum NapiStructKind {
None,
Constructor,
Object,
}
Variants
None
Constructor
Object
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for NapiStructKind
impl Send for NapiStructKind
impl Sync for NapiStructKind
impl Unpin for NapiStructKind
impl UnwindSafe for NapiStructKind
Blanket Implementations
Mutably borrows from an owned value. Read more