Struct google_photoslibrary1::MapEnrichment[][src]

pub struct MapEnrichment {
    pub origin: Option<Location>,
    pub destination: Option<Location>,
}

An enrichment containing a map, showing origin and destination locations.

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

Fields

Origin location for this enrichment item.

Destination location for this enrichemt item.

Trait Implementations

impl Default for MapEnrichment
[src]

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

impl Clone for MapEnrichment
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for MapEnrichment
[src]

Formats the value using the given formatter. Read more

impl Part for MapEnrichment
[src]

Auto Trait Implementations