Struct clacks_mtproto::mtproto::server_dh_params::Fail [] [src]

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

TL-derived from server_DH_params_fail

server_DH_params_fail#79cb045d nonce:int128 server_nonce:int128 new_nonce_hash:int128 = Server_DH_Params;

Fields

Trait Implementations

impl Debug for Fail
[src]

[src]

Formats the value using the given formatter. Read more

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

impl BareDeserialize for Fail
[src]

impl IntoBoxed for Fail
[src]

Auto Trait Implementations

impl Send for Fail

impl Sync for Fail