pub struct MarkerHandle(/* private fields */);
Expand description
The handle for a marker. Returned from Profile::add_marker
.
This allows adding a stack to marker after the marker has been added.
Trait Implementations§
Source§impl Clone for MarkerHandle
impl Clone for MarkerHandle
Source§fn clone(&self) -> MarkerHandle
fn clone(&self) -> MarkerHandle
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 MarkerHandle
impl Debug for MarkerHandle
Source§impl Hash for MarkerHandle
impl Hash for MarkerHandle
Source§impl Ord for MarkerHandle
impl Ord for MarkerHandle
Source§fn cmp(&self, other: &MarkerHandle) -> Ordering
fn cmp(&self, other: &MarkerHandle) -> 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 MarkerHandle
impl PartialEq for MarkerHandle
Source§impl PartialOrd for MarkerHandle
impl PartialOrd for MarkerHandle
impl Copy for MarkerHandle
impl Eq for MarkerHandle
impl StructuralPartialEq for MarkerHandle
Auto Trait Implementations§
impl Freeze for MarkerHandle
impl RefUnwindSafe for MarkerHandle
impl Send for MarkerHandle
impl Sync for MarkerHandle
impl Unpin for MarkerHandle
impl UnwindSafe for MarkerHandle
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