Struct google_searchconsole1::Image[][src]

pub struct Image {
    pub mime_type: Option<String>,
    pub data: Option<String>,
}

Describe image data.

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

Fields

The mime-type of the image data.

Image data in format determined by the mime type. Currently, the format will always be "image/png", but this might change in the future.

Trait Implementations

impl Default for Image
[src]

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

impl Clone for Image
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Image
[src]

Formats the value using the given formatter. Read more

impl Part for Image
[src]

Auto Trait Implementations

impl Send for Image

impl Sync for Image