pub struct ObjectBase {
pub properties: HashMap<PropertyKey, PropertyDescriptor>,
pub is_extensible: bool,
pub prototype: Option<JsObjectType>,
}Fields§
§properties: HashMap<PropertyKey, PropertyDescriptor>§is_extensible: bool§prototype: Option<JsObjectType>Implementations§
Source§impl ObjectBase
impl ObjectBase
Auto Trait Implementations§
impl Freeze for ObjectBase
impl !RefUnwindSafe for ObjectBase
impl !Send for ObjectBase
impl !Sync for ObjectBase
impl Unpin for ObjectBase
impl !UnwindSafe for ObjectBase
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