pub enum ManagedOsMetricDimensionReason {
Omaha,
Network,
Proxy,
Configuration,
Internal,
}
Variants§
Trait Implementations§
source§impl AsEventCode for ManagedOsMetricDimensionReason
impl AsEventCode for ManagedOsMetricDimensionReason
fn as_event_code(&self) -> u32
source§impl Clone for ManagedOsMetricDimensionReason
impl Clone for ManagedOsMetricDimensionReason
source§fn clone(&self) -> ManagedOsMetricDimensionReason
fn clone(&self) -> ManagedOsMetricDimensionReason
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 ManagedOsMetricDimensionReason
impl Ord for ManagedOsMetricDimensionReason
source§fn cmp(&self, other: &ManagedOsMetricDimensionReason) -> Ordering
fn cmp(&self, other: &ManagedOsMetricDimensionReason) -> 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<ManagedOsMetricDimensionReason> for ManagedOsMetricDimensionReason
impl PartialEq<ManagedOsMetricDimensionReason> for ManagedOsMetricDimensionReason
source§fn eq(&self, other: &ManagedOsMetricDimensionReason) -> bool
fn eq(&self, other: &ManagedOsMetricDimensionReason) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd<ManagedOsMetricDimensionReason> for ManagedOsMetricDimensionReason
impl PartialOrd<ManagedOsMetricDimensionReason> for ManagedOsMetricDimensionReason
source§fn partial_cmp(&self, other: &ManagedOsMetricDimensionReason) -> Option<Ordering>
fn partial_cmp(&self, other: &ManagedOsMetricDimensionReason) -> 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 ManagedOsMetricDimensionReason
impl Eq for ManagedOsMetricDimensionReason
impl StructuralEq for ManagedOsMetricDimensionReason
impl StructuralPartialEq for ManagedOsMetricDimensionReason
Auto Trait Implementations§
impl RefUnwindSafe for ManagedOsMetricDimensionReason
impl Send for ManagedOsMetricDimensionReason
impl Sync for ManagedOsMetricDimensionReason
impl Unpin for ManagedOsMetricDimensionReason
impl UnwindSafe for ManagedOsMetricDimensionReason
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.