Struct clacks::mtproto::paymentSavedCredentialsCard [] [src]

pub struct paymentSavedCredentialsCard {
    pub id: string,
    pub title: string,
}

Fields

Trait Implementations

impl Debug for paymentSavedCredentialsCard
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for paymentSavedCredentialsCard
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for paymentSavedCredentialsCard
[src]

[src]

impl BareDeserialize for paymentSavedCredentialsCard
[src]

[src]

impl IntoBoxed for paymentSavedCredentialsCard
[src]

Auto Trait Implementations