Struct clacks::mtproto::inputPaymentCredentials [] [src]

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

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]

[src]

impl BareDeserialize for inputPaymentCredentials
[src]

[src]

impl IntoBoxed for inputPaymentCredentials
[src]

Auto Trait Implementations