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