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