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