Struct clacks::mtproto::updateWebPage [] [src]

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

Fields

Trait Implementations

impl Debug for updateWebPage
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for updateWebPage
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for updateWebPage
[src]

[src]

impl BareDeserialize for updateWebPage
[src]

[src]

impl IntoBoxed for updateWebPage
[src]

[src]

Auto Trait Implementations

impl Send for updateWebPage

impl Sync for updateWebPage