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

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

TL-derived from textFixed

textFixed#6c3f19b9 text:RichText = RichText;

Fields

Trait Implementations

impl Debug for Fixed
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for Fixed
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for Fixed
[src]

impl BareDeserialize for Fixed
[src]

impl IntoBoxed for Fixed
[src]

Auto Trait Implementations

impl Send for Fixed

impl Sync for Fixed