Struct clacks_mtproto::mtproto::rpc::messages::GetDhConfig [] [src]

pub struct GetDhConfig {
    pub version: int,
    pub random_length: int,
}

TL-derived from messages.getDhConfig

messages.getDhConfig#26cf8950 version:int random_length:int = messages.DhConfig;

Fields

Trait Implementations

impl Debug for GetDhConfig
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for GetDhConfig
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BoxedSerialize for GetDhConfig
[src]

[src]

[src]

impl Function for GetDhConfig
[src]

impl BareSerialize for GetDhConfig
[src]

Auto Trait Implementations

impl Send for GetDhConfig

impl Sync for GetDhConfig