pub struct AddNetworkStatistics { /* private fields */ }
Expand description
Adds the specified data to data usage statistics. Can be called before authorization
Implementations§
Trait Implementations§
Source§impl AsRef<AddNetworkStatistics> for AddNetworkStatistics
impl AsRef<AddNetworkStatistics> for AddNetworkStatistics
Source§fn as_ref(&self) -> &AddNetworkStatistics
fn as_ref(&self) -> &AddNetworkStatistics
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl Clone for AddNetworkStatistics
impl Clone for AddNetworkStatistics
Source§fn clone(&self) -> AddNetworkStatistics
fn clone(&self) -> AddNetworkStatistics
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 Debug for AddNetworkStatistics
impl Debug for AddNetworkStatistics
Source§impl Default for AddNetworkStatistics
impl Default for AddNetworkStatistics
Source§fn default() -> AddNetworkStatistics
fn default() -> AddNetworkStatistics
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for AddNetworkStatistics
impl<'de> Deserialize<'de> for AddNetworkStatistics
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for AddNetworkStatistics
impl RefUnwindSafe for AddNetworkStatistics
impl Send for AddNetworkStatistics
impl Sync for AddNetworkStatistics
impl Unpin for AddNetworkStatistics
impl UnwindSafe for AddNetworkStatistics
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