Struct google_photoslibrary1::SimpleMediaItem[][src]

pub struct SimpleMediaItem {
    pub upload_token: Option<String>,
}

A simple media item to be created in Google Photos via an upload token.

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

Fields

Token identifying the media bytes that have been uploaded to Google.

Trait Implementations

impl Default for SimpleMediaItem
[src]

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

impl Clone for SimpleMediaItem
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for SimpleMediaItem
[src]

Formats the value using the given formatter. Read more

impl Part for SimpleMediaItem
[src]

Auto Trait Implementations