Struct clacks_mtproto::mtproto::found_gif::Cached [] [src]

pub struct Cached {
    pub url: string,
    pub photo: Photo,
    pub document: Document,
}

TL-derived from foundGifCached

foundGifCached#9c750409 url:string photo:Photo document:Document = FoundGif;

Fields

Trait Implementations

impl Debug for Cached
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for Cached
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for Cached
[src]

impl BareDeserialize for Cached
[src]

impl IntoBoxed for Cached
[src]

Auto Trait Implementations

impl Send for Cached

impl Sync for Cached