Struct clacks_mtproto::mtproto::account::password::Password [] [src]

pub struct Password {
    pub current_salt: bytes,
    pub new_salt: bytes,
    pub hint: string,
    pub has_recovery: Bool,
    pub email_unconfirmed_pattern: string,
}

TL-derived from account.password

account.password#7c18141c current_salt:bytes new_salt:bytes hint:string has_recovery:Bool email_unconfirmed_pattern:string = account.Password;

Fields

Trait Implementations

impl Debug for Password
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for Password
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for Password
[src]

impl BareDeserialize for Password
[src]

impl IntoBoxed for Password
[src]

Auto Trait Implementations

impl Send for Password

impl Sync for Password