Struct google_photoslibrary1::ShareAlbumRequest[][src]

pub struct ShareAlbumRequest {
    pub shared_album_options: Option<SharedAlbumOptions>,
}

Request to make an album shared in Google Photos.

Activities

This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).

Fields

Options to be set when converting the album to a shared album.

Trait Implementations

impl Default for ShareAlbumRequest
[src]

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

impl Clone for ShareAlbumRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ShareAlbumRequest
[src]

Formats the value using the given formatter. Read more

impl RequestValue for ShareAlbumRequest
[src]

Auto Trait Implementations