Struct clacks_mtproto::mtproto::dh_gen::Retry [] [src]

pub struct Retry {
    pub nonce: int128,
    pub server_nonce: int128,
    pub new_nonce_hash2: int128,
}

TL-derived from dh_gen_retry

dh_gen_retry#46dc1fb9 nonce:int128 server_nonce:int128 new_nonce_hash2:int128 = Set_client_DH_params_answer;

Fields

Trait Implementations

impl Debug for Retry
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for Retry
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for Retry
[src]

impl BareDeserialize for Retry
[src]

impl IntoBoxed for Retry
[src]

Auto Trait Implementations

impl Send for Retry

impl Sync for Retry