pub enum PointerId<T: Marker> {
PointerId(usize, PhantomData<T>),
}Expand description
Identify an object by the pointer returned by Arc::as_ptr.
This is used for tracing.
Variants§
PointerId(usize, PhantomData<T>)
Trait Implementations§
Source§impl<'de, T: Marker> Deserialize<'de> for PointerId<T>
impl<'de, T: Marker> Deserialize<'de> for PointerId<T>
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl<T: Marker> Copy for PointerId<T>
impl<T: Marker> Eq for PointerId<T>
Auto Trait Implementations§
impl<T> Freeze for PointerId<T>
impl<T> RefUnwindSafe for PointerId<T>where
T: RefUnwindSafe,
impl<T> Send for PointerId<T>
impl<T> Sync for PointerId<T>
impl<T> Unpin for PointerId<T>where
T: Unpin,
impl<T> UnwindSafe for PointerId<T>where
T: UnwindSafe,
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<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more