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

pub struct Images {
Show 20 fields 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,
}
Expand description

Giphy Images object representation

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

Formats the value using the given formatter. Read more

Deserialize this value from the given Serde deserializer. Read more

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.