pub struct Images {Show 20 fields
pub downsized: Option<LoopingAllOf>,
pub downsized_large: Option<LoopingAllOf>,
pub downsized_medium: Option<LoopingAllOf>,
pub downsized_small: Option<LoopingAllOf>,
pub downsized_still: Option<LoopingAllOf>,
pub fixed_height: Option<LoopingAllOf>,
pub fixed_height_downsampled: Option<LoopingAllOf>,
pub fixed_height_small: Option<LoopingAllOf>,
pub fixed_height_small_still: Option<LoopingAllOf>,
pub fixed_height_still: Option<LoopingAllOf>,
pub fixed_width: Option<LoopingAllOf>,
pub fixed_width_downsampled: Option<LoopingAllOf>,
pub fixed_width_small: Option<LoopingAllOf>,
pub fixed_width_small_still: Option<LoopingAllOf>,
pub fixed_width_still: Option<LoopingAllOf>,
pub looping: Option<LoopingAllOf>,
pub original: Option<LoopingAllOf>,
pub original_still: Option<LoopingAllOf>,
pub preview: Option<LoopingAllOf>,
pub preview_gif: Option<LoopingAllOf>,
}Expand description
An object containing data for various available formats and sizes of this GIF.
Fields§
§downsized: Option<LoopingAllOf>An object containing data for various available formats and sizes of this GIF.
downsized_large: Option<LoopingAllOf>An object containing data for various available formats and sizes of this GIF.
downsized_medium: Option<LoopingAllOf>An object containing data for various available formats and sizes of this GIF.
downsized_small: Option<LoopingAllOf>An object containing data for various available formats and sizes of this GIF.
downsized_still: Option<LoopingAllOf>An object containing data for various available formats and sizes of this GIF.
fixed_height: Option<LoopingAllOf>An object containing data for various available formats and sizes of this GIF.
fixed_height_downsampled: Option<LoopingAllOf>An object containing data for various available formats and sizes of this GIF.
fixed_height_small: Option<LoopingAllOf>An object containing data for various available formats and sizes of this GIF.
fixed_height_small_still: Option<LoopingAllOf>An object containing data for various available formats and sizes of this GIF.
fixed_height_still: Option<LoopingAllOf>An object containing data for various available formats and sizes of this GIF.
fixed_width: Option<LoopingAllOf>An object containing data for various available formats and sizes of this GIF.
fixed_width_downsampled: Option<LoopingAllOf>An object containing data for various available formats and sizes of this GIF.
fixed_width_small: Option<LoopingAllOf>An object containing data for various available formats and sizes of this GIF.
fixed_width_small_still: Option<LoopingAllOf>An object containing data for various available formats and sizes of this GIF.
fixed_width_still: Option<LoopingAllOf>An object containing data for various available formats and sizes of this GIF.
looping: Option<LoopingAllOf>An object containing data for various available formats and sizes of this GIF.
original: Option<LoopingAllOf>An object containing data for various available formats and sizes of this GIF.
original_still: Option<LoopingAllOf>An object containing data for various available formats and sizes of this GIF.
preview: Option<LoopingAllOf>An object containing data for various available formats and sizes of this GIF.
preview_gif: Option<LoopingAllOf>An object containing data for various available formats and sizes of this GIF.
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Images
impl<'de> Deserialize<'de> for Images
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Source§impl JsonSchema for Images
impl JsonSchema for Images
Source§fn schema_name() -> String
fn schema_name() -> String
Source§fn schema_id() -> Cow<'static, str>
fn schema_id() -> Cow<'static, str>
Source§fn json_schema(generator: &mut SchemaGenerator) -> Schema
fn json_schema(generator: &mut SchemaGenerator) -> Schema
Source§fn is_referenceable() -> bool
fn is_referenceable() -> bool
$ref keyword. Read more