[][src]Struct giphy::v1::Images

pub struct Images {
    pub fixed_height: ImageAnimated,
    pub fixed_height_still: ImageStill,
    pub fixed_height_downsampled: ImageAnimated,
    pub fixed_width: ImageAnimated,
    pub fixed_width_still: ImageStill,
    pub fixed_width_downsampled: ImageAnimated,
    pub fixed_height_small: ImageAnimated,
    pub fixed_height_small_still: ImageStill,
    pub fixed_width_small: ImageAnimated,
    pub fixed_width_small_still: ImageStill,
    pub downsized: ImageAnimated,
    pub downsized_still: ImageStill,
    pub downsized_large: ImageAnimated,
    pub downsized_medium: ImageAnimated,
    pub downsized_small: ImageAnimated,
    pub original: ImageAnimated,
    pub original_still: ImageStill,
    pub looping: ImageLooping,
    pub preview: ImagePreviewMp4,
    pub preview_gif: ImagePreviewGif,
}

Fields

fixed_height: ImageAnimatedfixed_height_still: ImageStillfixed_height_downsampled: ImageAnimatedfixed_width: ImageAnimatedfixed_width_still: ImageStillfixed_width_downsampled: ImageAnimatedfixed_height_small: ImageAnimatedfixed_height_small_still: ImageStillfixed_width_small: ImageAnimatedfixed_width_small_still: ImageStilldownsized: ImageAnimateddownsized_still: ImageStilldownsized_large: ImageAnimateddownsized_medium: ImageAnimateddownsized_small: ImageAnimatedoriginal: ImageAnimatedoriginal_still: ImageStilllooping: ImageLoopingpreview: ImagePreviewMp4preview_gif: ImagePreviewGif

Trait Implementations

impl Debug for Images[src]

impl Serialize for Images[src]

impl<'de> Deserialize<'de> for Images[src]

Auto Trait Implementations

impl Send for Images

impl Sync for Images

Blanket Implementations

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> From for T[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: Deserialize<'de>, 
[src]

impl<T> Erased for T