Struct clacks::mtproto::messages::foundGifs [] [src]

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

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]

[src]

impl BareDeserialize for foundGifs
[src]

[src]

impl IntoBoxed for foundGifs
[src]

Auto Trait Implementations

impl Send for foundGifs

impl Sync for foundGifs