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

pub struct Pullquote {
    pub text: Box<RichText>,
    pub caption: Box<RichText>,
}

TL-derived from pageBlockPullquote

pageBlockPullquote#4f4456d3 text:RichText caption:RichText = PageBlock;

Fields

Trait Implementations

impl Debug for Pullquote
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for Pullquote
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for Pullquote
[src]

impl BareDeserialize for Pullquote
[src]

impl IntoBoxed for Pullquote
[src]

Auto Trait Implementations

impl Send for Pullquote

impl Sync for Pullquote