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