Struct clacks::mtproto::webPage [] [src]

pub struct webPage {
    pub id: long,
    pub url: string,
    pub display_url: string,
    pub hash: int,
    pub type_: Option<string>,
    pub site_name: Option<string>,
    pub title: Option<string>,
    pub description: Option<string>,
    pub photo: Option<Photo>,
    pub embed_url: Option<string>,
    pub embed_type: Option<string>,
    pub embed_width: Option<int>,
    pub embed_height: Option<int>,
    pub duration: Option<int>,
    pub author: Option<string>,
    pub document: Option<Document>,
    pub cached_page: Option<Page>,
}

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]

[src]

impl BareDeserialize for webPage
[src]

[src]

impl IntoBoxed for webPage
[src]

[src]

Auto Trait Implementations

impl Send for webPage

impl Sync for webPage