#[repr(C)]pub struct JSContext { /* private fields */ }
Trait Implementations§
Auto Trait Implementations§
impl Freeze for JSContext
impl RefUnwindSafe for JSContext
impl Send for JSContext
impl Sync for JSContext
impl Unpin for JSContext
impl UnwindSafe for JSContext
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