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