Struct rquickjs_core::context::intrinsic::BaseObjects
source · pub struct BaseObjects;
Expand description
Add base objects support
Trait Implementations§
source§impl Intrinsic for BaseObjects
impl Intrinsic for BaseObjects
Auto Trait Implementations§
impl RefUnwindSafe for BaseObjects
impl Send for BaseObjects
impl Sync for BaseObjects
impl Unpin for BaseObjects
impl UnwindSafe for BaseObjects
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