Struct clacks_mtproto::mtproto::lang_pack_language::LangPackLanguage [] [src]

pub struct LangPackLanguage {
    pub name: string,
    pub native_name: string,
    pub lang_code: string,
}

TL-derived from langPackLanguage

langPackLanguage#117698f1 name:string native_name:string lang_code:string = LangPackLanguage;

Fields

Trait Implementations

impl Debug for LangPackLanguage
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for LangPackLanguage
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for LangPackLanguage
[src]

impl BareDeserialize for LangPackLanguage
[src]

impl IntoBoxed for LangPackLanguage
[src]

Auto Trait Implementations