Struct clacks_mtproto::mtproto::rpc::messages::GetWebPage [] [src]

pub struct GetWebPage {
    pub url: string,
    pub hash: int,
}

TL-derived from messages.getWebPage

messages.getWebPage#32ca8f91 url:string hash:int = WebPage;

Fields

Trait Implementations

impl Debug for GetWebPage
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for GetWebPage
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BoxedSerialize for GetWebPage
[src]

[src]

[src]

impl Function for GetWebPage
[src]

impl BareSerialize for GetWebPage
[src]

Auto Trait Implementations

impl Send for GetWebPage

impl Sync for GetWebPage