Struct google_plusdomains1::MediaExif [] [src]

pub struct MediaExif {
    pub time: Option<String>,
}

Exif information of the media item.

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

Fields

The time the media was captured. Formatted as an RFC 3339 timestamp.

Trait Implementations

impl Debug for MediaExif
[src]

Formats the value using the given formatter.

impl Clone for MediaExif
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for MediaExif
[src]

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

impl NestedType for MediaExif
[src]

impl Part for MediaExif
[src]