Struct rust_tdlib::types::AddNetworkStatistics
source · [−]pub struct AddNetworkStatistics { /* private fields */ }Expand description
Adds the specified data to data usage statistics. Can be called before authorization
Implementations
Trait Implementations
sourceimpl AsRef<AddNetworkStatistics> for AddNetworkStatistics
impl AsRef<AddNetworkStatistics> for AddNetworkStatistics
sourcefn as_ref(&self) -> &AddNetworkStatistics
fn as_ref(&self) -> &AddNetworkStatistics
Converts this type into a shared reference of the (usually inferred) input type.
sourceimpl Clone for AddNetworkStatistics
impl Clone for AddNetworkStatistics
sourcefn clone(&self) -> AddNetworkStatistics
fn clone(&self) -> AddNetworkStatistics
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for AddNetworkStatistics
impl Debug for AddNetworkStatistics
sourceimpl Default for AddNetworkStatistics
impl Default for AddNetworkStatistics
sourcefn default() -> AddNetworkStatistics
fn default() -> AddNetworkStatistics
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for AddNetworkStatistics
impl<'de> Deserialize<'de> for AddNetworkStatistics
sourcefn 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
sourceimpl Serialize for AddNetworkStatistics
impl Serialize for AddNetworkStatistics
Auto Trait Implementations
impl RefUnwindSafe for AddNetworkStatistics
impl Send for AddNetworkStatistics
impl Sync for AddNetworkStatistics
impl Unpin for AddNetworkStatistics
impl UnwindSafe for AddNetworkStatistics
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more