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

pub struct GetStrings {
    pub lang_code: string,
    pub keys: Vector<Bare, string>,
}

TL-derived from langpack.getStrings

langpack.getStrings#2e1ee318 lang_code:string keys:Vector<string> = Vector<LangPackString>;

Fields

Trait Implementations

impl Debug for GetStrings
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for GetStrings
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BoxedSerialize for GetStrings
[src]

[src]

[src]

impl Function for GetStrings
[src]

impl BareSerialize for GetStrings
[src]

Auto Trait Implementations

impl Send for GetStrings

impl Sync for GetStrings