Struct clacks::mtproto::textFixed [] [src]

pub struct textFixed {
    pub text: Box<RichText>,
}

Fields

Trait Implementations

impl Debug for textFixed
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for textFixed
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for textFixed
[src]

[src]

impl BareDeserialize for textFixed
[src]

[src]

impl IntoBoxed for textFixed
[src]

Auto Trait Implementations

impl Send for textFixed

impl Sync for textFixed