Struct clacks_mtproto::mtproto::text::Concat [] [src]

pub struct Concat {
    pub texts: Vector<Boxed, RichText>,
}

TL-derived from textConcat

textConcat#7e6260d7 texts:Vector<RichText> = RichText;

Fields

Trait Implementations

impl Debug for Concat
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for Concat
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for Concat
[src]

impl BareDeserialize for Concat
[src]

impl IntoBoxed for Concat
[src]

Auto Trait Implementations

impl Send for Concat

impl Sync for Concat