#[repr(i32)]pub enum TracerKind {
Marking = 0,
Tenuring = 1,
Moving = 2,
ClearEdges = 3,
Sweeping = 4,
MinorSweeping = 5,
Barrier = 6,
Callback = 7,
UnmarkGray = 8,
VerifyTraceProtoAndIface = 9,
CompartmentCheck = 10,
HeapCheck = 11,
}Variants§
Marking = 0
Tenuring = 1
Moving = 2
ClearEdges = 3
Sweeping = 4
MinorSweeping = 5
Barrier = 6
Callback = 7
UnmarkGray = 8
VerifyTraceProtoAndIface = 9
CompartmentCheck = 10
HeapCheck = 11
Trait Implementations§
Source§impl Clone for TracerKind
impl Clone for TracerKind
Source§fn clone(&self) -> TracerKind
fn clone(&self) -> TracerKind
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for TracerKind
Source§impl Debug for TracerKind
impl Debug for TracerKind
impl Eq for TracerKind
Source§impl Hash for TracerKind
impl Hash for TracerKind
Source§impl PartialEq for TracerKind
impl PartialEq for TracerKind
Source§fn eq(&self, other: &TracerKind) -> bool
fn eq(&self, other: &TracerKind) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for TracerKind
Auto Trait Implementations§
impl Freeze for TracerKind
impl RefUnwindSafe for TracerKind
impl Send for TracerKind
impl Sync for TracerKind
impl Unpin for TracerKind
impl UnsafeUnpin for TracerKind
impl UnwindSafe for TracerKind
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> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
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