Struct clacks::mtproto::messages::dhConfigNotModified [] [src]

pub struct dhConfigNotModified {
    pub random: bytes,
}

Fields

Trait Implementations

impl Debug for dhConfigNotModified
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for dhConfigNotModified
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for dhConfigNotModified
[src]

[src]

impl BareDeserialize for dhConfigNotModified
[src]

[src]

impl IntoBoxed for dhConfigNotModified
[src]

Auto Trait Implementations