#[repr(C)]pub struct AutoTracingDetails {
pub trc_: *mut JSTracer,
}Fields§
§trc_: *mut JSTracerTrait Implementations§
Source§impl Debug for AutoTracingDetails
impl Debug for AutoTracingDetails
Source§impl PartialEq for AutoTracingDetails
impl PartialEq for AutoTracingDetails
Source§fn eq(&self, other: &AutoTracingDetails) -> bool
fn eq(&self, other: &AutoTracingDetails) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for AutoTracingDetails
Auto Trait Implementations§
impl !Send for AutoTracingDetails
impl !Sync for AutoTracingDetails
impl Freeze for AutoTracingDetails
impl RefUnwindSafe for AutoTracingDetails
impl Unpin for AutoTracingDetails
impl UnsafeUnpin 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
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