Struct performance_mark::PerformanceMark
source · pub struct PerformanceMark { /* private fields */ }
Expand description
A PerformanceMark records a point in time.
Implementations§
Trait Implementations§
source§impl Clone for PerformanceMark
impl Clone for PerformanceMark
source§fn clone(&self) -> PerformanceMark
fn clone(&self) -> PerformanceMark
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 PerformanceMark
impl Debug for PerformanceMark
source§impl PartialEq<PerformanceMark> for PerformanceMark
impl PartialEq<PerformanceMark> for PerformanceMark
source§fn eq(&self, other: &PerformanceMark) -> bool
fn eq(&self, other: &PerformanceMark) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd<PerformanceMark> for PerformanceMark
impl PartialOrd<PerformanceMark> for PerformanceMark
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