Enum nodejs_sys::napi_key_conversion
source · [−]#[repr(u32)]
pub enum napi_key_conversion {
napi_key_keep_numbers,
napi_key_numbers_to_strings,
}Variants
napi_key_keep_numbers
napi_key_numbers_to_strings
Trait Implementations
sourceimpl Clone for napi_key_conversion
impl Clone for napi_key_conversion
sourcefn clone(&self) -> napi_key_conversion
fn clone(&self) -> napi_key_conversion
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for napi_key_conversion
impl Debug for napi_key_conversion
sourceimpl Hash for napi_key_conversion
impl Hash for napi_key_conversion
sourceimpl PartialEq<napi_key_conversion> for napi_key_conversion
impl PartialEq<napi_key_conversion> for napi_key_conversion
sourcefn eq(&self, other: &napi_key_conversion) -> bool
fn eq(&self, other: &napi_key_conversion) -> bool
impl Copy for napi_key_conversion
impl Eq for napi_key_conversion
impl StructuralEq for napi_key_conversion
impl StructuralPartialEq for napi_key_conversion
Auto Trait Implementations
impl RefUnwindSafe for napi_key_conversion
impl Send for napi_key_conversion
impl Sync for napi_key_conversion
impl Unpin for napi_key_conversion
impl UnwindSafe for napi_key_conversion
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more