Struct clacks_mtproto::mtproto::rpc::ReqPq [] [src]

pub struct ReqPq {
    pub nonce: int128,
}

TL-derived from req_pq

req_pq#60469778 nonce:int128 = ResPQ;

Fields

Trait Implementations

impl Debug for ReqPq
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for ReqPq
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BoxedSerialize for ReqPq
[src]

[src]

[src]

impl Function for ReqPq
[src]

impl BareSerialize for ReqPq
[src]

Auto Trait Implementations

impl Send for ReqPq

impl Sync for ReqPq