Struct google_plusdomains1::PersonCover[][src]

pub struct PersonCover {
    pub cover_info: Option<PersonCoverCoverInfo>,
    pub layout: Option<String>,
    pub cover_photo: Option<PersonCoverCoverPhoto>,
}

The cover photo content.

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

Fields

Extra information about the cover photo.

The layout of the cover art. Possible values include, but are not limited to, the following values:

  • "banner" - One large image banner.

The person's primary cover image.

Trait Implementations

impl Default for PersonCover
[src]

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

impl Clone for PersonCover
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for PersonCover
[src]

Formats the value using the given formatter. Read more

impl NestedType for PersonCover
[src]

impl Part for PersonCover
[src]

Auto Trait Implementations

impl Send for PersonCover

impl Sync for PersonCover