pub enum TestMetricDimensionDim1 {
Unknown,
Known,
}
Variants§
Trait Implementations§
source§impl AsEventCode for TestMetricDimensionDim1
impl AsEventCode for TestMetricDimensionDim1
fn as_event_code(&self) -> u32
source§impl Clone for TestMetricDimensionDim1
impl Clone for TestMetricDimensionDim1
source§fn clone(&self) -> TestMetricDimensionDim1
fn clone(&self) -> TestMetricDimensionDim1
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 TestMetricDimensionDim1
impl Debug for TestMetricDimensionDim1
source§impl Hash for TestMetricDimensionDim1
impl Hash for TestMetricDimensionDim1
source§impl Ord for TestMetricDimensionDim1
impl Ord for TestMetricDimensionDim1
source§fn cmp(&self, other: &TestMetricDimensionDim1) -> Ordering
fn cmp(&self, other: &TestMetricDimensionDim1) -> 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<TestMetricDimensionDim1> for TestMetricDimensionDim1
impl PartialEq<TestMetricDimensionDim1> for TestMetricDimensionDim1
source§fn eq(&self, other: &TestMetricDimensionDim1) -> bool
fn eq(&self, other: &TestMetricDimensionDim1) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd<TestMetricDimensionDim1> for TestMetricDimensionDim1
impl PartialOrd<TestMetricDimensionDim1> for TestMetricDimensionDim1
source§fn partial_cmp(&self, other: &TestMetricDimensionDim1) -> Option<Ordering>
fn partial_cmp(&self, other: &TestMetricDimensionDim1) -> Option<Ordering>
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