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

pub struct LangPack {
    pub difference: LangPackDifference,
}

TL-derived from updateLangPack

updateLangPack#56022f4d difference:LangPackDifference = Update;

Fields

Trait Implementations

impl Debug for LangPack
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for LangPack
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for LangPack
[src]

impl BareDeserialize for LangPack
[src]

impl IntoBoxed for LangPack
[src]

[src]

Auto Trait Implementations

impl Send for LangPack

impl Sync for LangPack