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

pub struct AuthorDate {
    pub author: Box<RichText>,
    pub published_date: int,
}

TL-derived from pageBlockAuthorDate

pageBlockAuthorDate#baafe5e0 author:RichText published_date:int = PageBlock;

Fields

Trait Implementations

impl Debug for AuthorDate
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for AuthorDate
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for AuthorDate
[src]

impl BareDeserialize for AuthorDate
[src]

impl IntoBoxed for AuthorDate
[src]

Auto Trait Implementations

impl Send for AuthorDate

impl Sync for AuthorDate