Struct v8::GetPropertyNamesArgsBuilder
source · pub struct GetPropertyNamesArgsBuilder { /* private fields */ }
Implementations§
source§impl GetPropertyNamesArgsBuilder
impl GetPropertyNamesArgsBuilder
pub fn new() -> Self
pub fn build(&self) -> GetPropertyNamesArgs
pub fn mode( &mut self, mode: KeyCollectionMode ) -> &mut GetPropertyNamesArgsBuilder
pub fn property_filter( &mut self, property_filter: PropertyFilter ) -> &mut GetPropertyNamesArgsBuilder
pub fn index_filter( &mut self, index_filter: IndexFilter ) -> &mut GetPropertyNamesArgsBuilder
pub fn key_conversion(&mut self, key_conversion: KeyConversionMode) -> &mut Self
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for GetPropertyNamesArgsBuilder
impl Send for GetPropertyNamesArgsBuilder
impl Sync for GetPropertyNamesArgsBuilder
impl Unpin for GetPropertyNamesArgsBuilder
impl UnwindSafe for GetPropertyNamesArgsBuilder
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