Struct clacks_mtproto::mtproto::web_document::WebDocument [] [src]

pub struct WebDocument {
    pub url: string,
    pub access_hash: long,
    pub size: int,
    pub mime_type: string,
    pub attributes: Vector<Boxed, DocumentAttribute>,
    pub dc_id: int,
}

TL-derived from webDocument

webDocument#c61acbd8 url:string access_hash:long size:int mime_type:string attributes:Vector<DocumentAttribute> dc_id:int = WebDocument;

Fields

Trait Implementations

impl Debug for WebDocument
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for WebDocument
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for WebDocument
[src]

impl BareDeserialize for WebDocument
[src]

impl IntoBoxed for WebDocument
[src]

Auto Trait Implementations

impl Send for WebDocument

impl Sync for WebDocument