pub struct PropertyDescriptorAccessor {
pub set: Option<JsObjectType>,
pub get: Option<JsObjectType>,
pub enumerable: bool,
pub configurable: bool,
}Fields§
§set: Option<JsObjectType>§get: Option<JsObjectType>§enumerable: bool§configurable: boolAuto Trait Implementations§
impl Freeze for PropertyDescriptorAccessor
impl !RefUnwindSafe for PropertyDescriptorAccessor
impl !Send for PropertyDescriptorAccessor
impl !Sync for PropertyDescriptorAccessor
impl Unpin for PropertyDescriptorAccessor
impl !UnwindSafe for PropertyDescriptorAccessor
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