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