Struct clacks::mtproto::textPlain [] [src]

pub struct textPlain {
    pub text: string,
}

Fields

Trait Implementations

impl Debug for textPlain
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for textPlain
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for textPlain
[src]

[src]

impl BareDeserialize for textPlain
[src]

[src]

impl IntoBoxed for textPlain
[src]

Auto Trait Implementations

impl Send for textPlain

impl Sync for textPlain