Struct rust_tdlib::types::ConnectionStateUpdating
source · [−]pub struct ConnectionStateUpdating { /* private fields */ }
Expand description
Downloading data received while the application was offline
Implementations
Trait Implementations
sourceimpl AsRef<ConnectionStateUpdating> for ConnectionStateUpdating
impl AsRef<ConnectionStateUpdating> for ConnectionStateUpdating
sourcefn as_ref(&self) -> &ConnectionStateUpdating
fn as_ref(&self) -> &ConnectionStateUpdating
Converts this type into a shared reference of the (usually inferred) input type.
sourceimpl Clone for ConnectionStateUpdating
impl Clone for ConnectionStateUpdating
sourcefn clone(&self) -> ConnectionStateUpdating
fn clone(&self) -> ConnectionStateUpdating
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 ConnectionStateUpdating
impl Debug for ConnectionStateUpdating
sourceimpl Default for ConnectionStateUpdating
impl Default for ConnectionStateUpdating
sourcefn default() -> ConnectionStateUpdating
fn default() -> ConnectionStateUpdating
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for ConnectionStateUpdating
impl<'de> Deserialize<'de> for ConnectionStateUpdating
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 ConnectionStateUpdating
impl Serialize for ConnectionStateUpdating
impl TDConnectionState for ConnectionStateUpdating
Auto Trait Implementations
impl RefUnwindSafe for ConnectionStateUpdating
impl Send for ConnectionStateUpdating
impl Sync for ConnectionStateUpdating
impl Unpin for ConnectionStateUpdating
impl UnwindSafe for ConnectionStateUpdating
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