Struct clacks_mtproto::mtproto::manual::bind_auth_key_inner::BindAuthKeyInner [] [src]

pub struct BindAuthKeyInner {
    pub nonce: long,
    pub temp_auth_key_id: long,
    pub perm_auth_key_id: long,
    pub temp_session_id: long,
    pub expires_at: int,
}

TL-derived from manual.bind_auth_key_inner

manual.bind_auth_key_inner#75a3f765 nonce:long temp_auth_key_id:long perm_auth_key_id:long temp_session_id:long expires_at:int = manual.BindAuthKeyInner;

Fields

Trait Implementations

impl Debug for BindAuthKeyInner
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for BindAuthKeyInner
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for BindAuthKeyInner
[src]

impl BareDeserialize for BindAuthKeyInner
[src]

impl IntoBoxed for BindAuthKeyInner
[src]

Auto Trait Implementations