Enum clacks::mtproto::RichText [] [src]

pub enum RichText {
    textEmpty,
    textPlain(textPlain),
    textBold(textBold),
    textItalic(textItalic),
    textUnderline(textUnderline),
    textStrike(textStrike),
    textFixed(textFixed),
    textUrl(textUrl),
    textEmail(textEmail),
    textConcat(textConcat),
}

Variants

Trait Implementations

impl Debug for RichText
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for RichText
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BoxedSerialize for RichText
[src]

[src]

impl BoxedDeserialize for RichText
[src]

Auto Trait Implementations

impl Send for RichText

impl Sync for RichText