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

pub struct Preformatted {
    pub text: Box<RichText>,
    pub language: string,
}

TL-derived from pageBlockPreformatted

pageBlockPreformatted#c070d93e text:RichText language:string = PageBlock;

Fields

Trait Implementations

impl Debug for Preformatted
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for Preformatted
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for Preformatted
[src]

impl BareDeserialize for Preformatted
[src]

impl IntoBoxed for Preformatted
[src]

Auto Trait Implementations

impl Send for Preformatted

impl Sync for Preformatted