Struct clacks::mtproto::server_DH_params_fail [] [src]

pub struct server_DH_params_fail {
    pub nonce: int128,
    pub server_nonce: int128,
    pub new_nonce_hash: int128,
}

Fields

Trait Implementations

impl Debug for server_DH_params_fail
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for server_DH_params_fail
[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_fail
[src]

[src]

impl BareDeserialize for server_DH_params_fail
[src]

[src]

impl IntoBoxed for server_DH_params_fail
[src]

Auto Trait Implementations