Enum napi_h::KeyConversion
source · pub enum KeyConversion {
KeepNumbers,
NumbersToStrings,
}
Variants§
Trait Implementations§
source§impl From<KeyConversion> for napi_key_conversion
impl From<KeyConversion> for napi_key_conversion
source§fn from(value: KeyConversion) -> Self
fn from(value: KeyConversion) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for KeyConversion
impl RefUnwindSafe for KeyConversion
impl Send for KeyConversion
impl Sync for KeyConversion
impl Unpin for KeyConversion
impl UnwindSafe for KeyConversion
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