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

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

TL-derived from pageBlockParagraph

pageBlockParagraph#467a0766 text:RichText = PageBlock;

Fields

Trait Implementations

impl Debug for Paragraph
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for Paragraph
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for Paragraph
[src]

impl BareDeserialize for Paragraph
[src]

impl IntoBoxed for Paragraph
[src]

Auto Trait Implementations

impl Send for Paragraph

impl Sync for Paragraph