Struct rust_tdlib::types::UpdateConnectionState  [−][src]
pub struct UpdateConnectionState { /* fields omitted */ }Expand description
The connection state has changed. This update must be used only to show a human-readable description of the connection state
Implementations
Trait Implementations
Performs the conversion.
Returns the “default value” for a type. Read more
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
    __D: Deserializer<'de>, [src]
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
    __D: Deserializer<'de>, [src]Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for UpdateConnectionStateimpl Send for UpdateConnectionStateimpl Sync for UpdateConnectionStateimpl Unpin for UpdateConnectionStateimpl UnwindSafe for UpdateConnectionStateBlanket Implementations
Mutably borrows from an owned value. Read more