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 for PerformanceMark
impl PartialEq for PerformanceMark
Source§impl PartialOrd for PerformanceMark
impl PartialOrd for PerformanceMark
impl StructuralPartialEq for PerformanceMark
Auto Trait Implementations§
impl Freeze for PerformanceMark
impl RefUnwindSafe for PerformanceMark
impl Send for PerformanceMark
impl Sync for PerformanceMark
impl Unpin for PerformanceMark
impl UnwindSafe for PerformanceMark
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