Struct clacks_mtproto::mtproto::rpc::account::UpdatePasswordSettings [] [src]

pub struct UpdatePasswordSettings {
    pub current_password_hash: bytes,
    pub new_settings: PasswordInputSettings,
}

TL-derived from account.updatePasswordSettings

account.updatePasswordSettings#fa7c4b86 current_password_hash:bytes new_settings:account.PasswordInputSettings = Bool;

Fields

Trait Implementations

impl Debug for UpdatePasswordSettings
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for UpdatePasswordSettings
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BoxedSerialize for UpdatePasswordSettings
[src]

[src]

[src]

impl Function for UpdatePasswordSettings
[src]

impl BareSerialize for UpdatePasswordSettings
[src]

Auto Trait Implementations