Docs.rs
  • rust-tdlib-0.4.1
    • rust-tdlib 0.4.1
    • Docs.rs crate page
    • MIT
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • antonio-antuan
    • Dependencies
      • async-trait ^0.1 normal
      • futures ^0.3 normal
      • lazy_static ^1.4 normal
      • log ^0.4 normal
      • serde ^1 normal
      • serde_derive ^1 normal
      • serde_json ^1 normal
      • tokio ^1 normal
      • uuid ^0.8 normal
      • env_logger ^0.8 dev
      • log ^0.4 dev
      • tokio ^1 dev
    • Versions
    • 53.03% of the crate is documented
  • Go to latest version
  • Platform
    • i686-pc-windows-msvc
    • i686-unknown-linux-gnu
    • x86_64-apple-darwin
    • x86_64-pc-windows-msvc
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation
logo

logo

TDAuthorizationState

Implementations on Foreign Types

  • &'a AUTHORIZATIONSTATE
  • &'a mut AUTHORIZATIONSTATE

Implementors

In rust_tdlib::types

logo
Change settings

Trait rust_tdlib::types::TDAuthorizationState

source · [−]
pub trait TDAuthorizationState: Debug + RObject { }
Expand description

Represents the current authorization state of the TDLib client

Implementations on Foreign Types

source

impl<'a, AUTHORIZATIONSTATE: TDAuthorizationState> TDAuthorizationState for &'a AUTHORIZATIONSTATE

source

impl<'a, AUTHORIZATIONSTATE: TDAuthorizationState> TDAuthorizationState for &'a mut AUTHORIZATIONSTATE

Implementors

source

impl TDAuthorizationState for AuthorizationStateClosed

source

impl TDAuthorizationState for AuthorizationStateClosing

source

impl TDAuthorizationState for AuthorizationStateLoggingOut

source

impl TDAuthorizationState for AuthorizationStateReady

source

impl TDAuthorizationState for AuthorizationStateWaitCode

source

impl TDAuthorizationState for AuthorizationStateWaitEncryptionKey

source

impl TDAuthorizationState for AuthorizationStateWaitOtherDeviceConfirmation

source

impl TDAuthorizationState for AuthorizationStateWaitPassword

source

impl TDAuthorizationState for AuthorizationStateWaitPhoneNumber

source

impl TDAuthorizationState for AuthorizationStateWaitRegistration

source

impl TDAuthorizationState for AuthorizationStateWaitTdlibParameters

source

impl TDAuthorizationState for GetAuthorizationState