Struct clacks_mtproto::mtproto::res_pq::ResPQ [] [src]

pub struct ResPQ {
    pub nonce: int128,
    pub server_nonce: int128,
    pub pq: bytes,
    pub server_public_key_fingerprints: Vector<Bare, long>,
}

TL-derived from resPQ

resPQ#05162463 nonce:int128 server_nonce:int128 pq:string server_public_key_fingerprints:Vector<long> = ResPQ;

Fields

Trait Implementations

impl Debug for ResPQ
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for ResPQ
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for ResPQ
[src]

impl BareDeserialize for ResPQ
[src]

impl IntoBoxed for ResPQ
[src]

[src]

Auto Trait Implementations

impl Send for ResPQ

impl Sync for ResPQ