pub struct AddNetworkStatistics {
pub entry: NetworkStatisticsEntry,
}
Expand description
Adds the specified data to data usage statistics. Can be called before authorization
Fields§
§entry: NetworkStatisticsEntry
The network statistics entry with the data to be added to statistics
Trait Implementations§
Source§impl Clone for AddNetworkStatistics
impl Clone for AddNetworkStatistics
Source§fn clone(&self) -> AddNetworkStatistics
fn clone(&self) -> AddNetworkStatistics
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 Debug for AddNetworkStatistics
impl Debug for AddNetworkStatistics
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
Source§impl Method for AddNetworkStatistics
impl Method for AddNetworkStatistics
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