#[repr(u32)]pub enum NapiKeyFilter {
KeyAllProperties = 0,
Writable = 1,
Enumerable = 2,
Configurable = 4,
SkipStrings = 8,
SkipSymbols = 16,
}
Expand description
napi_key_filter
Variants§
Trait Implementations§
Source§impl Clone for NapiKeyFilter
impl Clone for NapiKeyFilter
Source§fn clone(&self) -> NapiKeyFilter
fn clone(&self) -> NapiKeyFilter
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 NapiKeyFilter
impl Debug for NapiKeyFilter
Source§impl PartialEq for NapiKeyFilter
impl PartialEq for NapiKeyFilter
impl Copy for NapiKeyFilter
impl Eq for NapiKeyFilter
impl StructuralPartialEq for NapiKeyFilter
Auto Trait Implementations§
impl Freeze for NapiKeyFilter
impl RefUnwindSafe for NapiKeyFilter
impl Send for NapiKeyFilter
impl Sync for NapiKeyFilter
impl Unpin for NapiKeyFilter
impl UnwindSafe for NapiKeyFilter
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