Struct fxprof_processed_profile::StringHandle
source · pub struct StringHandle(_);
Expand description
A handle for an interned string, returned from Profile::intern_string
.
Trait Implementations§
source§impl Clone for StringHandle
impl Clone for StringHandle
source§fn clone(&self) -> StringHandle
fn clone(&self) -> StringHandle
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for StringHandle
impl Debug for StringHandle
source§impl Hash for StringHandle
impl Hash for StringHandle
source§impl Ord for StringHandle
impl Ord for StringHandle
source§fn cmp(&self, other: &StringHandle) -> Ordering
fn cmp(&self, other: &StringHandle) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq<StringHandle> for StringHandle
impl PartialEq<StringHandle> for StringHandle
source§fn eq(&self, other: &StringHandle) -> bool
fn eq(&self, other: &StringHandle) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd<StringHandle> for StringHandle
impl PartialOrd<StringHandle> for StringHandle
source§fn partial_cmp(&self, other: &StringHandle) -> Option<Ordering>
fn partial_cmp(&self, other: &StringHandle) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read more