Struct clacks_mtproto::mtproto::messages::dh_config::NotModified [] [src]

pub struct NotModified {
    pub random: bytes,
}

TL-derived from messages.dhConfigNotModified

messages.dhConfigNotModified#c0e24635 random:bytes = messages.DhConfig;

Fields

Trait Implementations

impl Debug for NotModified
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for NotModified
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for NotModified
[src]

impl BareDeserialize for NotModified
[src]

impl IntoBoxed for NotModified
[src]

Auto Trait Implementations

impl Send for NotModified

impl Sync for NotModified