Enum nodex_api::NapiKeyCollectionMode
source · [−]#[repr(u32)]
pub enum NapiKeyCollectionMode {
KeyIncludePrototypes,
KeyOwnOnly,
}
Expand description
napi_key_collection_mode
Variants
KeyIncludePrototypes
KeyOwnOnly
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for NapiKeyCollectionMode
impl Send for NapiKeyCollectionMode
impl Sync for NapiKeyCollectionMode
impl Unpin for NapiKeyCollectionMode
impl UnwindSafe for NapiKeyCollectionMode
Blanket Implementations
Mutably borrows from an owned value. Read more