Enum napi_derive_backend::ast::FnKind [−][src]
pub enum FnKind {
Normal,
Constructor,
Factory,
Getter,
Setter,
}
Variants
Normal
Constructor
Factory
Getter
Setter
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for FnKind
impl UnwindSafe for FnKind
Blanket Implementations
Mutably borrows from an owned value. Read more