Struct clacks_mtproto::mtproto::cdn_config::CdnConfig [] [src]

pub struct CdnConfig {
    pub public_keys: Vector<Boxed, CdnPublicKey>,
}

TL-derived from cdnConfig

cdnConfig#5725e40a public_keys:Vector<CdnPublicKey> = CdnConfig;

Fields

Trait Implementations

impl Debug for CdnConfig
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for CdnConfig
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for CdnConfig
[src]

impl BareDeserialize for CdnConfig
[src]

impl IntoBoxed for CdnConfig
[src]

Auto Trait Implementations

impl Send for CdnConfig

impl Sync for CdnConfig