Struct NetworkOperatorDataUsageNotificationKind
#[repr(transparent)]pub struct NetworkOperatorDataUsageNotificationKind(pub i32);
Tuple Fields§
§0: i32
Implementations§
§impl NetworkOperatorDataUsageNotificationKind
impl NetworkOperatorDataUsageNotificationKind
pub const DataUsageProgress: Self = _
Trait Implementations§
§impl Clone for NetworkOperatorDataUsageNotificationKind
impl Clone for NetworkOperatorDataUsageNotificationKind
§fn clone(&self) -> NetworkOperatorDataUsageNotificationKind
fn clone(&self) -> NetworkOperatorDataUsageNotificationKind
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 more§impl Default for NetworkOperatorDataUsageNotificationKind
impl Default for NetworkOperatorDataUsageNotificationKind
§fn default() -> NetworkOperatorDataUsageNotificationKind
fn default() -> NetworkOperatorDataUsageNotificationKind
Returns the “default value” for a type. Read more
§impl PartialEq for NetworkOperatorDataUsageNotificationKind
impl PartialEq for NetworkOperatorDataUsageNotificationKind
§fn eq(&self, other: &NetworkOperatorDataUsageNotificationKind) -> bool
fn eq(&self, other: &NetworkOperatorDataUsageNotificationKind) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Copy for NetworkOperatorDataUsageNotificationKind
impl Eq for NetworkOperatorDataUsageNotificationKind
impl StructuralPartialEq for NetworkOperatorDataUsageNotificationKind
Auto Trait Implementations§
impl Freeze for NetworkOperatorDataUsageNotificationKind
impl RefUnwindSafe for NetworkOperatorDataUsageNotificationKind
impl Send for NetworkOperatorDataUsageNotificationKind
impl Sync for NetworkOperatorDataUsageNotificationKind
impl Unpin for NetworkOperatorDataUsageNotificationKind
impl UnwindSafe for NetworkOperatorDataUsageNotificationKind
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