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

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

TL-derived from textBold

textBold#6724abc4 text:RichText = RichText;

Fields

Trait Implementations

impl Debug for Bold
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for Bold
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for Bold
[src]

impl BareDeserialize for Bold
[src]

impl IntoBoxed for Bold
[src]

Auto Trait Implementations

impl Send for Bold

impl Sync for Bold