pub struct ATestMetricEventCodes {
pub dim_1: ATestMetricMetricDimensionDim1,
pub dim_2: ATestMetricMetricDimensionDim2,
}
Fields§
§dim_1: ATestMetricMetricDimensionDim1
§dim_2: ATestMetricMetricDimensionDim2
Trait Implementations§
Source§impl AsEventCodes for ATestMetricEventCodes
impl AsEventCodes for ATestMetricEventCodes
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 ATestMetricEventCodes
impl Clone for ATestMetricEventCodes
Source§fn clone(&self) -> ATestMetricEventCodes
fn clone(&self) -> ATestMetricEventCodes
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 Debug for ATestMetricEventCodes
impl Debug for ATestMetricEventCodes
Source§impl Hash for ATestMetricEventCodes
impl Hash for ATestMetricEventCodes
Source§impl Ord for ATestMetricEventCodes
impl Ord for ATestMetricEventCodes
Source§fn cmp(&self, other: &ATestMetricEventCodes) -> Ordering
fn cmp(&self, other: &ATestMetricEventCodes) -> 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 ATestMetricEventCodes
impl PartialEq for ATestMetricEventCodes
Source§impl PartialOrd for ATestMetricEventCodes
impl PartialOrd for ATestMetricEventCodes
impl Copy for ATestMetricEventCodes
impl Eq for ATestMetricEventCodes
impl StructuralPartialEq for ATestMetricEventCodes
Auto Trait Implementations§
impl Freeze for ATestMetricEventCodes
impl RefUnwindSafe for ATestMetricEventCodes
impl Send for ATestMetricEventCodes
impl Sync for ATestMetricEventCodes
impl Unpin for ATestMetricEventCodes
impl UnwindSafe for ATestMetricEventCodes
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
)