#[repr(C)]pub struct ExceptionStack {
pub exception_: Rooted<Value>,
pub stack_: Rooted<*mut JSObject>,
}Fields§
§exception_: Rooted<Value>§stack_: Rooted<*mut JSObject>Auto Trait Implementations§
impl !Send for ExceptionStack
impl !Sync for ExceptionStack
impl Freeze for ExceptionStack
impl RefUnwindSafe for ExceptionStack
impl Unpin for ExceptionStack
impl UnsafeUnpin for ExceptionStack
impl UnwindSafe for ExceptionStack
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
impl<T> ErasedDestructor for Twhere
T: 'static,
Source§impl<T> Filterable for T
impl<T> Filterable for T
Source§fn filterable(
self,
filter_name: &'static str,
) -> RequestFilterDataProvider<T, fn(DataRequest<'_>) -> bool>
fn filterable( self, filter_name: &'static str, ) -> RequestFilterDataProvider<T, fn(DataRequest<'_>) -> bool>
Creates a filterable data provider with the given name for debugging. Read more