Struct clacks_mtproto::mtproto::account::password_input_settings::PasswordInputSettings [] [src]

pub struct PasswordInputSettings {
    pub new_salt: Option<bytes>,
    pub new_password_hash: Option<bytes>,
    pub hint: Option<string>,
    pub email: Option<string>,
}

TL-derived from account.passwordInputSettings

account.passwordInputSettings#86916deb flags:# new_salt:flags.0?bytes new_password_hash:flags.0?bytes hint:flags.0?string email:flags.1?string = account.PasswordInputSettings;

Fields

Trait Implementations

impl Debug for PasswordInputSettings
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for PasswordInputSettings
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for PasswordInputSettings
[src]

impl BareDeserialize for PasswordInputSettings
[src]

impl IntoBoxed for PasswordInputSettings
[src]

Auto Trait Implementations