Struct clacks_mtproto::mtproto::web_page::Pending [] [src]

pub struct Pending {
    pub id: long,
    pub date: int,
}

TL-derived from webPagePending

webPagePending#c586da1c id:long date:int = WebPage;

Fields

Trait Implementations

impl Debug for Pending
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for Pending
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for Pending
[src]

impl BareDeserialize for Pending
[src]

impl IntoBoxed for Pending
[src]

[src]

Auto Trait Implementations

impl Send for Pending

impl Sync for Pending