Struct clacks::mtproto::pageBlockAuthorDate [] [src]

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

Fields

Trait Implementations

impl Debug for pageBlockAuthorDate
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for pageBlockAuthorDate
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for pageBlockAuthorDate
[src]

[src]

impl BareDeserialize for pageBlockAuthorDate
[src]

[src]

impl IntoBoxed for pageBlockAuthorDate
[src]

Auto Trait Implementations