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