#[repr(u32)]pub enum NapiKeyCollectionMode {
KeyIncludePrototypes = 0,
KeyOwnOnly = 1,
}
Expand description
napi_key_collection_mode
Variants§
Trait Implementations§
Source§impl Clone for NapiKeyCollectionMode
impl Clone for NapiKeyCollectionMode
Source§fn clone(&self) -> NapiKeyCollectionMode
fn clone(&self) -> NapiKeyCollectionMode
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 NapiKeyCollectionMode
impl Debug for NapiKeyCollectionMode
Source§impl PartialEq for NapiKeyCollectionMode
impl PartialEq for NapiKeyCollectionMode
impl Copy for NapiKeyCollectionMode
impl Eq for NapiKeyCollectionMode
impl StructuralPartialEq for NapiKeyCollectionMode
Auto Trait Implementations§
impl Freeze for NapiKeyCollectionMode
impl RefUnwindSafe for NapiKeyCollectionMode
impl Send for NapiKeyCollectionMode
impl Sync for NapiKeyCollectionMode
impl Unpin for NapiKeyCollectionMode
impl UnwindSafe for NapiKeyCollectionMode
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