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

pub struct GetTmpPassword {
    pub password_hash: bytes,
    pub period: int,
}

TL-derived from account.getTmpPassword

account.getTmpPassword#4a82327e password_hash:bytes period:int = account.TmpPassword;

Fields

Trait Implementations

impl Debug for GetTmpPassword
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for GetTmpPassword
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BoxedSerialize for GetTmpPassword
[src]

[src]

[src]

impl Function for GetTmpPassword
[src]

impl BareSerialize for GetTmpPassword
[src]

Auto Trait Implementations