Struct clacks_mtproto::mtproto::cdn_public_key::CdnPublicKey [] [src]

pub struct CdnPublicKey {
    pub dc_id: int,
    pub public_key: string,
}

TL-derived from cdnPublicKey

cdnPublicKey#c982eaba dc_id:int public_key:string = CdnPublicKey;

Fields

Trait Implementations

impl Debug for CdnPublicKey
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for CdnPublicKey
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for CdnPublicKey
[src]

impl BareDeserialize for CdnPublicKey
[src]

impl IntoBoxed for CdnPublicKey
[src]

Auto Trait Implementations

impl Send for CdnPublicKey

impl Sync for CdnPublicKey