Struct clacks::mtproto::rpc::set_client_DH_params [] [src]

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

Fields

Trait Implementations

impl Debug for set_client_DH_params
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for set_client_DH_params
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Function for set_client_DH_params
[src]

impl BareSerialize for set_client_DH_params
[src]

[src]

Auto Trait Implementations