Struct clacks_mtproto::mtproto::update::WebPage [] [src]

pub struct WebPage {
    pub webpage: WebPage,
    pub pts: int,
    pub pts_count: int,
}

TL-derived from updateWebPage

updateWebPage#7f891213 webpage:WebPage pts:int pts_count:int = Update;

Fields

Trait Implementations

impl Debug for WebPage
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for WebPage
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for WebPage
[src]

impl BareDeserialize for WebPage
[src]

impl IntoBoxed for WebPage
[src]

[src]

Auto Trait Implementations

impl Send for WebPage

impl Sync for WebPage