Struct clacks::mtproto::rpc::account::getPasswordSettings [] [src]

pub struct getPasswordSettings {
    pub current_password_hash: bytes,
}

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 Function for getPasswordSettings
[src]

impl BareSerialize for getPasswordSettings
[src]

[src]

Auto Trait Implementations