pub struct OmahaEventLostMigratedEventCodes {
pub event_type: OmahaEventLostMigratedMetricDimensionEventType,
pub event_result: OmahaEventLostMigratedMetricDimensionEventResult,
}
Fields§
§event_type: OmahaEventLostMigratedMetricDimensionEventType
§event_result: OmahaEventLostMigratedMetricDimensionEventResult
Trait Implementations§
source§impl AsEventCodes for OmahaEventLostMigratedEventCodes
impl AsEventCodes for OmahaEventLostMigratedEventCodes
source§fn as_event_codes(&self) -> Vec<u32>
fn as_event_codes(&self) -> Vec<u32>
Converts the source type into a
Vec<u32>
of event codes.source§impl Clone for OmahaEventLostMigratedEventCodes
impl Clone for OmahaEventLostMigratedEventCodes
source§fn clone(&self) -> OmahaEventLostMigratedEventCodes
fn clone(&self) -> OmahaEventLostMigratedEventCodes
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 OmahaEventLostMigratedEventCodes
impl Ord for OmahaEventLostMigratedEventCodes
source§fn cmp(&self, other: &OmahaEventLostMigratedEventCodes) -> Ordering
fn cmp(&self, other: &OmahaEventLostMigratedEventCodes) -> 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<OmahaEventLostMigratedEventCodes> for OmahaEventLostMigratedEventCodes
impl PartialEq<OmahaEventLostMigratedEventCodes> for OmahaEventLostMigratedEventCodes
source§fn eq(&self, other: &OmahaEventLostMigratedEventCodes) -> bool
fn eq(&self, other: &OmahaEventLostMigratedEventCodes) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd<OmahaEventLostMigratedEventCodes> for OmahaEventLostMigratedEventCodes
impl PartialOrd<OmahaEventLostMigratedEventCodes> for OmahaEventLostMigratedEventCodes
source§fn partial_cmp(
&self,
other: &OmahaEventLostMigratedEventCodes
) -> Option<Ordering>
fn partial_cmp( &self, other: &OmahaEventLostMigratedEventCodes ) -> 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 more