#[repr(C)]pub struct ObjectOps {
pub lookupProperty: LookupPropertyOp,
pub defineProperty: DefinePropertyOp,
pub hasProperty: HasPropertyOp,
pub getProperty: GetPropertyOp,
pub setProperty: SetPropertyOp,
pub getOwnPropertyDescriptor: GetOwnPropertyOp,
pub deleteProperty: DeletePropertyOp,
pub getElements: GetElementsOp,
pub funToString: JSFunToStringOp,
}Fields§
§lookupProperty: LookupPropertyOp§defineProperty: DefinePropertyOp§hasProperty: HasPropertyOp§getProperty: GetPropertyOp§setProperty: SetPropertyOp§getOwnPropertyDescriptor: GetOwnPropertyOp§deleteProperty: DeletePropertyOp§getElements: GetElementsOp§funToString: JSFunToStringOpTrait Implementations§
impl Copy for ObjectOps
impl StructuralPartialEq for ObjectOps
Auto Trait Implementations§
impl Freeze for ObjectOps
impl RefUnwindSafe for ObjectOps
impl Send for ObjectOps
impl Sync for ObjectOps
impl Unpin for ObjectOps
impl UnwindSafe for ObjectOps
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> Filterable for T
impl<T> Filterable for T
Source§fn filterable(
self,
filter_name: &'static str,
) -> RequestFilterDataProvider<T, fn(DataRequest<'_>) -> bool>
fn filterable( self, filter_name: &'static str, ) -> RequestFilterDataProvider<T, fn(DataRequest<'_>) -> bool>
Creates a filterable data provider with the given name for debugging. Read more
impl<T> ErasedDestructor for Twhere
T: 'static,
impl<T> MaybeSendSync for T
Layout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...) attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.
Size: 72 bytes