Struct clacks_mtproto::mtproto::page_block::Subtitle [] [src]

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

TL-derived from pageBlockSubtitle

pageBlockSubtitle#8ffa9a1f text:RichText = PageBlock;

Fields

Trait Implementations

impl Debug for Subtitle
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for Subtitle
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for Subtitle
[src]

impl BareDeserialize for Subtitle
[src]

impl IntoBoxed for Subtitle
[src]

Auto Trait Implementations

impl Send for Subtitle

impl Sync for Subtitle