#[repr(u32)]
pub enum napi_key_collection_mode {
napi_key_include_prototypes,
napi_key_own_only,
}Variants
napi_key_include_prototypes
napi_key_own_only
Trait Implementations
sourceimpl Clone for napi_key_collection_mode
impl Clone for napi_key_collection_mode
sourcefn clone(&self) -> napi_key_collection_mode
fn clone(&self) -> napi_key_collection_mode
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for napi_key_collection_mode
impl Debug for napi_key_collection_mode
sourceimpl Hash for napi_key_collection_mode
impl Hash for napi_key_collection_mode
sourceimpl PartialEq<napi_key_collection_mode> for napi_key_collection_mode
impl PartialEq<napi_key_collection_mode> for napi_key_collection_mode
sourcefn eq(&self, other: &napi_key_collection_mode) -> bool
fn eq(&self, other: &napi_key_collection_mode) -> bool
impl Copy for napi_key_collection_mode
impl Eq for napi_key_collection_mode
impl StructuralEq for napi_key_collection_mode
impl StructuralPartialEq for napi_key_collection_mode
Auto Trait Implementations
impl RefUnwindSafe for napi_key_collection_mode
impl Send for napi_key_collection_mode
impl Sync for napi_key_collection_mode
impl Unpin for napi_key_collection_mode
impl UnwindSafe for napi_key_collection_mode
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more