Struct clacks::mtproto::foundGif [] [src]

pub struct foundGif {
    pub url: string,
    pub thumb_url: string,
    pub content_url: string,
    pub content_type: string,
    pub w: int,
    pub h: int,
}

Fields

Trait Implementations

impl Debug for foundGif
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for foundGif
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for foundGif
[src]

[src]

impl BareDeserialize for foundGif
[src]

[src]

impl IntoBoxed for foundGif
[src]

Auto Trait Implementations

impl Send for foundGif

impl Sync for foundGif