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