pub enum TimeoutTrackerCategory {
EnterLock,
Lock,
Scope,
}Variants§
Trait Implementations§
source§impl Clone for TimeoutTrackerCategory
impl Clone for TimeoutTrackerCategory
source§fn clone(&self) -> TimeoutTrackerCategory
fn clone(&self) -> TimeoutTrackerCategory
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 Display for TimeoutTrackerCategory
impl Display for TimeoutTrackerCategory
source§impl PartialEq<TimeoutTrackerCategory> for TimeoutTrackerCategory
impl PartialEq<TimeoutTrackerCategory> for TimeoutTrackerCategory
source§fn eq(&self, other: &TimeoutTrackerCategory) -> bool
fn eq(&self, other: &TimeoutTrackerCategory) -> bool
This method tests for
self and other values to be equal, and is used
by ==.