Struct rust_tdlib::types::GetAuthorizationState [−][src]
pub struct GetAuthorizationState { /* fields omitted */ }Expand description
Returns the current authorization state; this is an offline request. For informational purposes only. Use updateAuthorizationState instead to maintain the current authorization state. Can be called before initialization
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 GetAuthorizationStateimpl Send for GetAuthorizationStateimpl Sync for GetAuthorizationStateimpl Unpin for GetAuthorizationStateimpl UnwindSafe for GetAuthorizationStateBlanket Implementations
Mutably borrows from an owned value. Read more