Enum neon::sys::bindings::KeyConversion
source · #[repr(u32)]pub enum KeyConversion {
KeepNumbers = 0,
NumbersToStrings = 1,
}
Available on crate features
sys
and napi-6
only.Expand description
Variants§
Trait Implementations§
source§impl Clone for KeyConversion
impl Clone for KeyConversion
source§fn clone(&self) -> KeyConversion
fn clone(&self) -> KeyConversion
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for KeyConversion
impl Debug for KeyConversion
source§impl Hash for KeyConversion
impl Hash for KeyConversion
source§impl PartialEq for KeyConversion
impl PartialEq for KeyConversion
impl Copy for KeyConversion
impl Eq for KeyConversion
impl StructuralPartialEq for KeyConversion
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)