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

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

TL-derived from pageBlockFooter

pageBlockFooter#48870999 text:RichText = PageBlock;

Fields

Trait Implementations

impl Debug for Footer
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for Footer
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for Footer
[src]

impl BareDeserialize for Footer
[src]

impl IntoBoxed for Footer
[src]

Auto Trait Implementations

impl Send for Footer

impl Sync for Footer