Struct google_photoslibrary1::NewEnrichmentItem[][src]

pub struct NewEnrichmentItem {
    pub location_enrichment: Option<LocationEnrichment>,
    pub map_enrichment: Option<MapEnrichment>,
    pub text_enrichment: Option<TextEnrichment>,
}

A new enrichment item to be added to an album, used by the albums.addEnrichment call.

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

Fields

Location to be added to the album.

Map to be added to the album.

Text to be added to the album.

Trait Implementations

impl Default for NewEnrichmentItem
[src]

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

impl Clone for NewEnrichmentItem
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for NewEnrichmentItem
[src]

Formats the value using the given formatter. Read more

impl Part for NewEnrichmentItem
[src]

Auto Trait Implementations