pub struct OtaResultDurationMigratedEventCodes {
pub initiator: OtaResultDurationMigratedMetricDimensionInitiator,
pub phase: OtaResultDurationMigratedMetricDimensionPhase,
pub status_code: OtaResultDurationMigratedMetricDimensionStatusCode,
}
Fields§
§initiator: OtaResultDurationMigratedMetricDimensionInitiator
§phase: OtaResultDurationMigratedMetricDimensionPhase
§status_code: OtaResultDurationMigratedMetricDimensionStatusCode
Trait Implementations§
Source§impl AsEventCodes for OtaResultDurationMigratedEventCodes
impl AsEventCodes for OtaResultDurationMigratedEventCodes
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 OtaResultDurationMigratedEventCodes
impl Clone for OtaResultDurationMigratedEventCodes
Source§fn clone(&self) -> OtaResultDurationMigratedEventCodes
fn clone(&self) -> OtaResultDurationMigratedEventCodes
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 OtaResultDurationMigratedEventCodes
impl Ord for OtaResultDurationMigratedEventCodes
Source§fn cmp(&self, other: &OtaResultDurationMigratedEventCodes) -> Ordering
fn cmp(&self, other: &OtaResultDurationMigratedEventCodes) -> 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 for OtaResultDurationMigratedEventCodes
impl PartialEq for OtaResultDurationMigratedEventCodes
Source§fn eq(&self, other: &OtaResultDurationMigratedEventCodes) -> bool
fn eq(&self, other: &OtaResultDurationMigratedEventCodes) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.Source§impl PartialOrd for OtaResultDurationMigratedEventCodes
impl PartialOrd for OtaResultDurationMigratedEventCodes
impl Copy for OtaResultDurationMigratedEventCodes
impl Eq for OtaResultDurationMigratedEventCodes
impl StructuralPartialEq for OtaResultDurationMigratedEventCodes
Auto Trait Implementations§
impl Freeze for OtaResultDurationMigratedEventCodes
impl RefUnwindSafe for OtaResultDurationMigratedEventCodes
impl Send for OtaResultDurationMigratedEventCodes
impl Sync for OtaResultDurationMigratedEventCodes
impl Unpin for OtaResultDurationMigratedEventCodes
impl UnwindSafe for OtaResultDurationMigratedEventCodes
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)