pub enum SortMetric {
TotalTime,
MeanTime,
MaxTime,
CallCount,
}
Variants§
Trait Implementations§
Source§impl Clone for SortMetric
impl Clone for SortMetric
Source§fn clone(&self) -> SortMetric
fn clone(&self) -> SortMetric
Returns a duplicate 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 SortMetric
impl Debug for SortMetric
impl Copy for SortMetric
Auto Trait Implementations§
impl Freeze for SortMetric
impl RefUnwindSafe for SortMetric
impl Send for SortMetric
impl Sync for SortMetric
impl Unpin for SortMetric
impl UnwindSafe for SortMetric
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