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

pub struct Plain {
    pub text: string,
}

TL-derived from textPlain

textPlain#744694e0 text:string = RichText;

Fields

Trait Implementations

impl Debug for Plain
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for Plain
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for Plain
[src]

impl BareDeserialize for Plain
[src]

impl IntoBoxed for Plain
[src]

Auto Trait Implementations

impl Send for Plain

impl Sync for Plain