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

pub struct GetPasswordSettings {
    pub current_password_hash: bytes,
}

TL-derived from account.getPasswordSettings

account.getPasswordSettings#bc8d11bb current_password_hash:bytes = account.PasswordSettings;

Fields

Trait Implementations

impl Debug for GetPasswordSettings
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for GetPasswordSettings
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BoxedSerialize for GetPasswordSettings
[src]

[src]

[src]

impl Function for GetPasswordSettings
[src]

impl BareSerialize for GetPasswordSettings
[src]

Auto Trait Implementations