Struct google_photoslibrary1::LocationEnrichment[][src]

pub struct LocationEnrichment {
    pub location: Option<Location>,
}

An enrichment containing a single location.

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

Fields

Location for this enrichment item.

Trait Implementations

impl Default for LocationEnrichment
[src]

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

impl Clone for LocationEnrichment
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for LocationEnrichment
[src]

Formats the value using the given formatter. Read more

impl Part for LocationEnrichment
[src]

Auto Trait Implementations