#[repr(u32)]pub enum NapiKeyConversion {
KeepNumbers = 0,
NumbersToStrings = 1,
}
Expand description
napi_key_conversion
Variants§
Auto Trait Implementations§
impl Freeze for NapiKeyConversion
impl RefUnwindSafe for NapiKeyConversion
impl Send for NapiKeyConversion
impl Sync for NapiKeyConversion
impl Unpin for NapiKeyConversion
impl UnwindSafe for NapiKeyConversion
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