Struct clacks_mtproto::mtproto::rpc::auth::CheckPassword [] [src]

pub struct CheckPassword {
    pub password_hash: bytes,
}

TL-derived from auth.checkPassword

auth.checkPassword#a63011e password_hash:bytes = auth.Authorization;

Fields

Trait Implementations

impl Debug for CheckPassword
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for CheckPassword
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BoxedSerialize for CheckPassword
[src]

[src]

[src]

impl Function for CheckPassword
[src]

impl BareSerialize for CheckPassword
[src]

Auto Trait Implementations

impl Send for CheckPassword

impl Sync for CheckPassword