Enum clacks::mtproto::InputPaymentCredentials [] [src]

pub enum InputPaymentCredentials {
    inputPaymentCredentialsSaved(inputPaymentCredentialsSaved),
    inputPaymentCredentials(inputPaymentCredentials),
    inputPaymentCredentialsApplePay(inputPaymentCredentialsApplePay),
    inputPaymentCredentialsAndroidPay(inputPaymentCredentialsAndroidPay),
}

Variants

Trait Implementations

impl Debug for InputPaymentCredentials
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for InputPaymentCredentials
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BoxedSerialize for InputPaymentCredentials
[src]

[src]

impl BoxedDeserialize for InputPaymentCredentials
[src]

Auto Trait Implementations