#[repr(u32)]pub enum napi_key_conversion {
napi_key_keep_numbers = 0,
napi_key_numbers_to_strings = 1,
}
Variants§
Trait Implementations§
Source§impl Clone for napi_key_conversion
impl Clone for napi_key_conversion
Source§fn clone(&self) -> napi_key_conversion
fn clone(&self) -> napi_key_conversion
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for napi_key_conversion
impl Debug for napi_key_conversion
Source§impl Hash for napi_key_conversion
impl Hash for napi_key_conversion
Source§impl PartialEq for napi_key_conversion
impl PartialEq for napi_key_conversion
impl Copy for napi_key_conversion
impl Eq for napi_key_conversion
impl StructuralPartialEq for napi_key_conversion
Auto Trait Implementations§
impl Freeze for napi_key_conversion
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§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more