Trait rust_tdlib::types::TDAuthorizationState[][src]

pub trait TDAuthorizationState: Debug + RObject { }
Expand description

Represents the current authorization state of the TDLib client

Implementations on Foreign Types

impl<'a, AUTHORIZATIONSTATE: TDAuthorizationState> TDAuthorizationState for &'a AUTHORIZATIONSTATE[src]

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

Implementors