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