Struct clacks_mtproto::mtproto::lang_pack_string::LangPackString [] [src]

pub struct LangPackString {
    pub key: string,
    pub value: string,
}

TL-derived from langPackString

langPackString#cad181f6 key:string value:string = LangPackString;

Fields

Trait Implementations

impl Debug for LangPackString
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for LangPackString
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for LangPackString
[src]

impl BareDeserialize for LangPackString
[src]

impl IntoBoxed for LangPackString
[src]

Auto Trait Implementations