Struct clacks::mtproto::updateLangPack [] [src]

pub struct updateLangPack {
    pub difference: LangPackDifference,
}

Fields

Trait Implementations

impl Debug for updateLangPack
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for updateLangPack
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for updateLangPack
[src]

[src]

impl BareDeserialize for updateLangPack
[src]

[src]

impl IntoBoxed for updateLangPack
[src]

[src]

Auto Trait Implementations