Struct google_photoslibrary1::AlbumPosition[][src]

pub struct AlbumPosition {
    pub relative_media_item_id: Option<String>,
    pub position: Option<String>,
    pub relative_enrichment_item_id: Option<String>,
}

Specifies a position in an album.

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

Fields

The media item to which the position is relative to. Only used when position type is AFTER_MEDIA_ITEM.

Type of position, for a media or enrichment item.

The enrichment item to which the position is relative to. Only used when position type is AFTER_ENRICHMENT_ITEM.

Trait Implementations

impl Default for AlbumPosition
[src]

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

impl Clone for AlbumPosition
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for AlbumPosition
[src]

Formats the value using the given formatter. Read more

impl Part for AlbumPosition
[src]

Auto Trait Implementations