pub struct CapturedJSStack<'a> {
cx: &'a mut JSContext,
stack: RootedGuard<'a, *mut JSObject>,
}Fields§
§cx: &'a mut JSContext§stack: RootedGuard<'a, *mut JSObject>Implementations§
Auto Trait Implementations§
impl<'a> Freeze for CapturedJSStack<'a>
impl<'a> RefUnwindSafe for CapturedJSStack<'a>
impl<'a> !Send for CapturedJSStack<'a>
impl<'a> !Sync for CapturedJSStack<'a>
impl<'a> Unpin for CapturedJSStack<'a>
impl<'a> UnsafeUnpin for CapturedJSStack<'a>
impl<'a> !UnwindSafe for CapturedJSStack<'a>
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