Struct rust_tdlib::types::RequestQrCodeAuthentication  [−][src]
pub struct RequestQrCodeAuthentication { /* fields omitted */ }Expand description
Requests QR code authentication by scanning a QR code on another logged in device. Works only when the current authorization state is authorizationStateWaitPhoneNumber, or if there is no pending authentication query and the current authorization state is authorizationStateWaitCode, authorizationStateWaitRegistration, or authorizationStateWaitPassword
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 RequestQrCodeAuthenticationimpl Send for RequestQrCodeAuthenticationimpl Sync for RequestQrCodeAuthenticationimpl Unpin for RequestQrCodeAuthenticationimpl UnwindSafe for RequestQrCodeAuthenticationBlanket Implementations
Mutably borrows from an owned value. Read more