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 moreimpl Copy for StringHandle
impl Eq for StringHandle
impl StructuralEq for StringHandle
impl StructuralPartialEq for StringHandle
Auto Trait Implementations§
impl RefUnwindSafe for StringHandle
impl Send for StringHandle
impl Sync for StringHandle
impl Unpin for StringHandle
impl UnwindSafe for StringHandle
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