Struct clacks_mtproto::mtproto::rpc::SetClientDHParams [] [src]

pub struct SetClientDHParams {
    pub nonce: int128,
    pub server_nonce: int128,
    pub encrypted_data: bytes,
}

TL-derived from set_client_DH_params

set_client_DH_params#f5045f1f nonce:int128 server_nonce:int128 encrypted_data:string = Set_client_DH_params_answer;

Fields

Trait Implementations

impl Debug for SetClientDHParams
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for SetClientDHParams
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BoxedSerialize for SetClientDHParams
[src]

[src]

[src]

impl Function for SetClientDHParams
[src]

impl BareSerialize for SetClientDHParams
[src]

Auto Trait Implementations