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