Struct clacks_mtproto::mtproto::input_payment_credentials::AndroidPay [] [src]

pub struct AndroidPay {
    pub payment_token: DataJSON,
}

TL-derived from inputPaymentCredentialsAndroidPay

inputPaymentCredentialsAndroidPay#795667a6 payment_token:DataJSON = InputPaymentCredentials;

Fields

Trait Implementations

impl Debug for AndroidPay
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for AndroidPay
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for AndroidPay
[src]

impl BareDeserialize for AndroidPay
[src]

impl IntoBoxed for AndroidPay
[src]

Auto Trait Implementations

impl Send for AndroidPay

impl Sync for AndroidPay