Struct clacks::mtproto::langPackLanguage [] [src]

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

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]

[src]

impl BareDeserialize for langPackLanguage
[src]

[src]

impl IntoBoxed for langPackLanguage
[src]

Auto Trait Implementations