pub enum UpdateCheckIntervalMigratedMetricDimensionClock {
Unreported,
Wall,
Monotonic,
}
Variants§
Trait Implementations§
source§impl AsEventCode for UpdateCheckIntervalMigratedMetricDimensionClock
impl AsEventCode for UpdateCheckIntervalMigratedMetricDimensionClock
fn as_event_code(&self) -> u32
source§impl Clone for UpdateCheckIntervalMigratedMetricDimensionClock
impl Clone for UpdateCheckIntervalMigratedMetricDimensionClock
source§fn clone(&self) -> UpdateCheckIntervalMigratedMetricDimensionClock
fn clone(&self) -> UpdateCheckIntervalMigratedMetricDimensionClock
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 Ord for UpdateCheckIntervalMigratedMetricDimensionClock
impl Ord for UpdateCheckIntervalMigratedMetricDimensionClock
source§fn cmp(
&self,
other: &UpdateCheckIntervalMigratedMetricDimensionClock
) -> Ordering
fn cmp( &self, other: &UpdateCheckIntervalMigratedMetricDimensionClock ) -> 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<UpdateCheckIntervalMigratedMetricDimensionClock> for UpdateCheckIntervalMigratedMetricDimensionClock
impl PartialEq<UpdateCheckIntervalMigratedMetricDimensionClock> for UpdateCheckIntervalMigratedMetricDimensionClock
source§fn eq(&self, other: &UpdateCheckIntervalMigratedMetricDimensionClock) -> bool
fn eq(&self, other: &UpdateCheckIntervalMigratedMetricDimensionClock) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd<UpdateCheckIntervalMigratedMetricDimensionClock> for UpdateCheckIntervalMigratedMetricDimensionClock
impl PartialOrd<UpdateCheckIntervalMigratedMetricDimensionClock> for UpdateCheckIntervalMigratedMetricDimensionClock
source§fn partial_cmp(
&self,
other: &UpdateCheckIntervalMigratedMetricDimensionClock
) -> Option<Ordering>
fn partial_cmp( &self, other: &UpdateCheckIntervalMigratedMetricDimensionClock ) -> 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 moreimpl Copy for UpdateCheckIntervalMigratedMetricDimensionClock
impl Eq for UpdateCheckIntervalMigratedMetricDimensionClock
impl StructuralEq for UpdateCheckIntervalMigratedMetricDimensionClock
impl StructuralPartialEq for UpdateCheckIntervalMigratedMetricDimensionClock
Auto Trait Implementations§
impl RefUnwindSafe for UpdateCheckIntervalMigratedMetricDimensionClock
impl Send for UpdateCheckIntervalMigratedMetricDimensionClock
impl Sync for UpdateCheckIntervalMigratedMetricDimensionClock
impl Unpin for UpdateCheckIntervalMigratedMetricDimensionClock
impl UnwindSafe for UpdateCheckIntervalMigratedMetricDimensionClock
Blanket Implementations§
§impl<A> AsEventCodes for Awhere
A: AsEventCode,
impl<A> AsEventCodes for Awhere A: AsEventCode,
§fn as_event_codes(&self) -> Vec<u32, Global>
fn as_event_codes(&self) -> Vec<u32, Global>
Converts the source type into a
Vec<u32>
of event codes.