Struct clacks::mtproto::pageBlockPreformatted [] [src]

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

Fields

Trait Implementations

impl Debug for pageBlockPreformatted
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for pageBlockPreformatted
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for pageBlockPreformatted
[src]

[src]

impl BareDeserialize for pageBlockPreformatted
[src]

[src]

impl IntoBoxed for pageBlockPreformatted
[src]

Auto Trait Implementations