Struct clacks_mtproto::mtproto::rpc::langpack::GetLangPack [] [src]

pub struct GetLangPack {
    pub lang_code: string,
}

TL-derived from langpack.getLangPack

langpack.getLangPack#9ab5c58e lang_code:string = LangPackDifference;

Fields

Trait Implementations

impl Debug for GetLangPack
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for GetLangPack
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BoxedSerialize for GetLangPack
[src]

[src]

[src]

impl Function for GetLangPack
[src]

impl BareSerialize for GetLangPack
[src]

Auto Trait Implementations

impl Send for GetLangPack

impl Sync for GetLangPack