Struct clacks::mtproto::pageBlockSubtitle [] [src]

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

Fields

Trait Implementations

impl Debug for pageBlockSubtitle
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for pageBlockSubtitle
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for pageBlockSubtitle
[src]

[src]

impl BareDeserialize for pageBlockSubtitle
[src]

[src]

impl IntoBoxed for pageBlockSubtitle
[src]

Auto Trait Implementations