pub struct MarkerTypeHandle(/* private fields */);
Expand description
The handle for a marker type. Returned from Profile::register_marker_type
.
Trait Implementations§
Source§impl Clone for MarkerTypeHandle
impl Clone for MarkerTypeHandle
Source§fn clone(&self) -> MarkerTypeHandle
fn clone(&self) -> MarkerTypeHandle
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 MarkerTypeHandle
impl Debug for MarkerTypeHandle
Source§impl Hash for MarkerTypeHandle
impl Hash for MarkerTypeHandle
Source§impl Ord for MarkerTypeHandle
impl Ord for MarkerTypeHandle
Source§fn cmp(&self, other: &MarkerTypeHandle) -> Ordering
fn cmp(&self, other: &MarkerTypeHandle) -> 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 for MarkerTypeHandle
impl PartialEq for MarkerTypeHandle
Source§impl PartialOrd for MarkerTypeHandle
impl PartialOrd for MarkerTypeHandle
impl Copy for MarkerTypeHandle
impl Eq for MarkerTypeHandle
impl StructuralPartialEq for MarkerTypeHandle
Auto Trait Implementations§
impl Freeze for MarkerTypeHandle
impl RefUnwindSafe for MarkerTypeHandle
impl Send for MarkerTypeHandle
impl Sync for MarkerTypeHandle
impl Unpin for MarkerTypeHandle
impl UnwindSafe for MarkerTypeHandle
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