Struct clacks::mtproto::inputPaymentCredentialsApplePay [] [src]

pub struct inputPaymentCredentialsApplePay {
    pub payment_data: DataJSON,
}

Fields

Trait Implementations

impl Debug for inputPaymentCredentialsApplePay
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for inputPaymentCredentialsApplePay
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for inputPaymentCredentialsApplePay
[src]

[src]

impl BareDeserialize for inputPaymentCredentialsApplePay
[src]

[src]

impl IntoBoxed for inputPaymentCredentialsApplePay
[src]

Auto Trait Implementations