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

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

TL-derived from server_DH_params_ok

server_DH_params_ok#d0e8075c nonce:int128 server_nonce:int128 encrypted_answer:string = Server_DH_Params;

Fields

Trait Implementations

impl Debug for Ok
[src]

[src]

Formats the value using the given formatter. Read more

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

impl BareDeserialize for Ok
[src]

impl IntoBoxed for Ok
[src]

Auto Trait Implementations

impl Send for Ok

impl Sync for Ok