Struct v8::GetPropertyNamesArgs
source · pub struct GetPropertyNamesArgs {
pub mode: KeyCollectionMode,
pub property_filter: PropertyFilter,
pub index_filter: IndexFilter,
pub key_conversion: KeyConversionMode,
}Fields
mode: KeyCollectionModeproperty_filter: PropertyFilterindex_filter: IndexFilterkey_conversion: KeyConversionModeTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GetPropertyNamesArgs
impl Send for GetPropertyNamesArgs
impl Sync for GetPropertyNamesArgs
impl Unpin for GetPropertyNamesArgs
impl UnwindSafe for GetPropertyNamesArgs
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