pub enum KeyFilter {
AllProperties,
Writable,
Enumerable,
Configurable,
SkipStrings,
SkipSymbols,
}
Variants§
Trait Implementations§
source§impl From<KeyFilter> for napi_key_filter
impl From<KeyFilter> for napi_key_filter
Auto Trait Implementations§
impl Freeze for KeyFilter
impl RefUnwindSafe for KeyFilter
impl Send for KeyFilter
impl Sync for KeyFilter
impl Unpin for KeyFilter
impl UnwindSafe for KeyFilter
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