Struct clacks::mtproto::server_DH_params_ok [] [src]

pub struct server_DH_params_ok {
    pub nonce: int128,
    pub server_nonce: int128,
    pub encrypted_answer: bytes,
}

Fields

Trait Implementations

impl Debug for server_DH_params_ok
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for server_DH_params_ok
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for server_DH_params_ok
[src]

[src]

impl BareDeserialize for server_DH_params_ok
[src]

[src]

impl IntoBoxed for server_DH_params_ok
[src]

Auto Trait Implementations