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

pub struct InputPaymentCredentials {
    pub save: bool,
    pub data: DataJSON,
}

TL-derived from inputPaymentCredentials

inputPaymentCredentials#3417d728 flags:# save:flags.0?true data:DataJSON = InputPaymentCredentials;

Fields

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 BareSerialize for InputPaymentCredentials
[src]

impl BareDeserialize for InputPaymentCredentials
[src]

impl IntoBoxed for InputPaymentCredentials
[src]

Auto Trait Implementations