pub enum ConnectivityWlanMetricDimensionCancellationSource {
ApiRequest = 1,
Internal = 2,
Firmware = 3,
}Variants§
Trait Implementations§
Source§impl AsEventCode for ConnectivityWlanMetricDimensionCancellationSource
impl AsEventCode for ConnectivityWlanMetricDimensionCancellationSource
fn as_event_code(&self) -> u32
Source§impl Clone for ConnectivityWlanMetricDimensionCancellationSource
impl Clone for ConnectivityWlanMetricDimensionCancellationSource
Source§fn clone(&self) -> ConnectivityWlanMetricDimensionCancellationSource
fn clone(&self) -> ConnectivityWlanMetricDimensionCancellationSource
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 ConnectivityWlanMetricDimensionCancellationSource
impl Ord for ConnectivityWlanMetricDimensionCancellationSource
Source§fn cmp(
&self,
other: &ConnectivityWlanMetricDimensionCancellationSource,
) -> Ordering
fn cmp( &self, other: &ConnectivityWlanMetricDimensionCancellationSource, ) -> 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 ConnectivityWlanMetricDimensionCancellationSource
impl PartialEq for ConnectivityWlanMetricDimensionCancellationSource
Source§fn eq(&self, other: &ConnectivityWlanMetricDimensionCancellationSource) -> bool
fn eq(&self, other: &ConnectivityWlanMetricDimensionCancellationSource) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for ConnectivityWlanMetricDimensionCancellationSource
impl PartialOrd for ConnectivityWlanMetricDimensionCancellationSource
impl Copy for ConnectivityWlanMetricDimensionCancellationSource
impl Eq for ConnectivityWlanMetricDimensionCancellationSource
impl StructuralPartialEq for ConnectivityWlanMetricDimensionCancellationSource
Auto Trait Implementations§
impl Freeze for ConnectivityWlanMetricDimensionCancellationSource
impl RefUnwindSafe for ConnectivityWlanMetricDimensionCancellationSource
impl Send for ConnectivityWlanMetricDimensionCancellationSource
impl Sync for ConnectivityWlanMetricDimensionCancellationSource
impl Unpin for ConnectivityWlanMetricDimensionCancellationSource
impl UnsafeUnpin for ConnectivityWlanMetricDimensionCancellationSource
impl UnwindSafe for ConnectivityWlanMetricDimensionCancellationSource
Blanket Implementations§
Source§impl<A> AsEventCodes for Awhere
A: AsEventCode,
impl<A> AsEventCodes for Awhere
A: AsEventCode,
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<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