pub struct PolicyRoamAvgRssiDeltaPostRoamByRoamReasonEventCodes {
pub reason: PolicyRoamAvgRssiDeltaPostRoamByRoamReasonMetricDimensionReason,
pub time_since_roam: PolicyRoamAvgRssiDeltaPostRoamByRoamReasonMetricDimensionTimeSinceRoam,
}
Fields§
§reason: PolicyRoamAvgRssiDeltaPostRoamByRoamReasonMetricDimensionReason
§time_since_roam: PolicyRoamAvgRssiDeltaPostRoamByRoamReasonMetricDimensionTimeSinceRoam
Trait Implementations§
Source§impl AsEventCodes for PolicyRoamAvgRssiDeltaPostRoamByRoamReasonEventCodes
impl AsEventCodes for PolicyRoamAvgRssiDeltaPostRoamByRoamReasonEventCodes
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 PolicyRoamAvgRssiDeltaPostRoamByRoamReasonEventCodes
impl Clone for PolicyRoamAvgRssiDeltaPostRoamByRoamReasonEventCodes
Source§fn clone(&self) -> PolicyRoamAvgRssiDeltaPostRoamByRoamReasonEventCodes
fn clone(&self) -> PolicyRoamAvgRssiDeltaPostRoamByRoamReasonEventCodes
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 PolicyRoamAvgRssiDeltaPostRoamByRoamReasonEventCodes
impl Ord for PolicyRoamAvgRssiDeltaPostRoamByRoamReasonEventCodes
Source§fn cmp(
&self,
other: &PolicyRoamAvgRssiDeltaPostRoamByRoamReasonEventCodes,
) -> Ordering
fn cmp( &self, other: &PolicyRoamAvgRssiDeltaPostRoamByRoamReasonEventCodes, ) -> 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 PolicyRoamAvgRssiDeltaPostRoamByRoamReasonEventCodes
impl PartialEq for PolicyRoamAvgRssiDeltaPostRoamByRoamReasonEventCodes
Source§fn eq(
&self,
other: &PolicyRoamAvgRssiDeltaPostRoamByRoamReasonEventCodes,
) -> bool
fn eq( &self, other: &PolicyRoamAvgRssiDeltaPostRoamByRoamReasonEventCodes, ) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.Source§impl PartialOrd for PolicyRoamAvgRssiDeltaPostRoamByRoamReasonEventCodes
impl PartialOrd for PolicyRoamAvgRssiDeltaPostRoamByRoamReasonEventCodes
impl Copy for PolicyRoamAvgRssiDeltaPostRoamByRoamReasonEventCodes
impl Eq for PolicyRoamAvgRssiDeltaPostRoamByRoamReasonEventCodes
impl StructuralPartialEq for PolicyRoamAvgRssiDeltaPostRoamByRoamReasonEventCodes
Auto Trait Implementations§
impl Freeze for PolicyRoamAvgRssiDeltaPostRoamByRoamReasonEventCodes
impl RefUnwindSafe for PolicyRoamAvgRssiDeltaPostRoamByRoamReasonEventCodes
impl Send for PolicyRoamAvgRssiDeltaPostRoamByRoamReasonEventCodes
impl Sync for PolicyRoamAvgRssiDeltaPostRoamByRoamReasonEventCodes
impl Unpin for PolicyRoamAvgRssiDeltaPostRoamByRoamReasonEventCodes
impl UnwindSafe for PolicyRoamAvgRssiDeltaPostRoamByRoamReasonEventCodes
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