Struct clacks_mtproto::mtproto::update::DcOptions [] [src]

pub struct DcOptions {
    pub dc_options: Vector<Boxed, DcOption>,
}

TL-derived from updateDcOptions

updateDcOptions#8e5e9873 dc_options:Vector<DcOption> = Update;

Fields

Trait Implementations

impl Debug for DcOptions
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for DcOptions
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for DcOptions
[src]

impl BareDeserialize for DcOptions
[src]

impl IntoBoxed for DcOptions
[src]

[src]

Auto Trait Implementations

impl Send for DcOptions

impl Sync for DcOptions