Struct rust_tdlib::types::AuthorizationStateClosed [−][src]
pub struct AuthorizationStateClosed { /* fields omitted */ }Expand description
TDLib client is in its final state. All databases are closed and all resources are released. No other updates will be received after this. All queries will be responded to with error code 500. To continue working, one should create a new instance of the TDLib client
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 AuthorizationStateClosedimpl Send for AuthorizationStateClosedimpl Sync for AuthorizationStateClosedimpl Unpin for AuthorizationStateClosedimpl UnwindSafe for AuthorizationStateClosedBlanket Implementations
Mutably borrows from an owned value. Read more