#[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 UnsafeUnpin 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