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

pub struct Pluralized {
    pub key: string,
    pub zero_value: Option<string>,
    pub one_value: Option<string>,
    pub two_value: Option<string>,
    pub few_value: Option<string>,
    pub many_value: Option<string>,
    pub other_value: string,
}

TL-derived from langPackStringPluralized

langPackStringPluralized#6c47ac9f flags:# key:string zero_value:flags.0?string one_value:flags.1?string two_value:flags.2?string few_value:flags.3?string many_value:flags.4?string other_value:string = LangPackString;

Fields

Trait Implementations

impl Debug for Pluralized
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for Pluralized
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for Pluralized
[src]

impl BareDeserialize for Pluralized
[src]

impl IntoBoxed for Pluralized
[src]

Auto Trait Implementations

impl Send for Pluralized

impl Sync for Pluralized