Enum nodex_api::NapiKeyFilter
source · [−]#[repr(u32)]
pub enum NapiKeyFilter {
KeyAllProperties,
Writable,
Enumerable,
Configurable,
SkipStrings,
SkipSymbols,
}
Expand description
napi_key_filter
Variants
KeyAllProperties
Writable
Enumerable
Configurable
SkipStrings
SkipSymbols
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for NapiKeyFilter
impl Send for NapiKeyFilter
impl Sync for NapiKeyFilter
impl Unpin for NapiKeyFilter
impl UnwindSafe for NapiKeyFilter
Blanket Implementations
Mutably borrows from an owned value. Read more