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

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

TL-derived from pageBlockBlockquote

pageBlockBlockquote#263d7c26 text:RichText caption:RichText = PageBlock;

Fields

Trait Implementations

impl Debug for Blockquote
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for Blockquote
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for Blockquote
[src]

impl BareDeserialize for Blockquote
[src]

impl IntoBoxed for Blockquote
[src]

Auto Trait Implementations

impl Send for Blockquote

impl Sync for Blockquote