#[repr(C)]pub struct AutoClearTracingContext {
pub trc_: *mut JSTracer,
pub prev_: TracingContext,
}
Fields§
§trc_: *mut JSTracer
§prev_: TracingContext
Trait Implementations§
Source§impl Debug for AutoClearTracingContext
impl Debug for AutoClearTracingContext
Source§impl PartialEq for AutoClearTracingContext
impl PartialEq for AutoClearTracingContext
impl StructuralPartialEq for AutoClearTracingContext
Auto Trait Implementations§
impl Freeze for AutoClearTracingContext
impl RefUnwindSafe for AutoClearTracingContext
impl !Send for AutoClearTracingContext
impl !Sync for AutoClearTracingContext
impl Unpin for AutoClearTracingContext
impl UnwindSafe for AutoClearTracingContext
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
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