Struct clacks_mtproto::mtproto::messages::found_gifs::FoundGifs [] [src]

pub struct FoundGifs {
    pub next_offset: int,
    pub results: Vector<Boxed, FoundGif>,
}

TL-derived from messages.foundGifs

messages.foundGifs#450a1c0a next_offset:int results:Vector<FoundGif> = messages.FoundGifs;

Fields

Trait Implementations

impl Debug for FoundGifs
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for FoundGifs
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for FoundGifs
[src]

impl BareDeserialize for FoundGifs
[src]

impl IntoBoxed for FoundGifs
[src]

Auto Trait Implementations

impl Send for FoundGifs

impl Sync for FoundGifs