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

pub struct Saved {
    pub id: string,
    pub tmp_password: bytes,
}

TL-derived from inputPaymentCredentialsSaved

inputPaymentCredentialsSaved#c10eb2cf id:string tmp_password:bytes = InputPaymentCredentials;

Fields

Trait Implementations

impl Debug for Saved
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for Saved
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for Saved
[src]

impl BareDeserialize for Saved
[src]

impl IntoBoxed for Saved
[src]

Auto Trait Implementations

impl Send for Saved

impl Sync for Saved