Struct google_pagespeedonline4::PagespeedApiImageV4[][src]

pub struct PagespeedApiImageV4 {
    pub width: Option<i32>,
    pub key: Option<String>,
    pub page_rect: Option<PagespeedApiImageV4PageRect>,
    pub data: Option<String>,
    pub mime_type: Option<String>,
    pub height: Option<i32>,
}

There is no detailed description.

This type is not used in any activity, and only used as part of another schema.

Fields

Width of screenshot in pixels.

Unique string key, if any, identifying this image.

no description provided

Image data base64 encoded.

Mime type of image data (e.g. "image/jpeg").

Height of screenshot in pixels.

Trait Implementations

impl Default for PagespeedApiImageV4
[src]

Returns the "default value" for a type. Read more

impl Clone for PagespeedApiImageV4
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for PagespeedApiImageV4
[src]

Formats the value using the given formatter. Read more

impl Part for PagespeedApiImageV4
[src]

Auto Trait Implementations