Enum nodex_api::NapiValuetype
source · [−]#[repr(u32)]
pub enum NapiValuetype {
Undefined,
Null,
Boolean,
Number,
String,
Symbol,
Object,
Function,
External,
Bigint,
}
Expand description
napi_valuetype
Variants
Undefined
Null
Boolean
Number
String
Symbol
Object
Function
External
Bigint
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for NapiValuetype
impl Send for NapiValuetype
impl Sync for NapiValuetype
impl Unpin for NapiValuetype
impl UnwindSafe for NapiValuetype
Blanket Implementations
Mutably borrows from an owned value. Read more