Struct google_people1::CoverPhoto[][src]

pub struct CoverPhoto {
    pub default: Option<bool>,
    pub url: Option<String>,
    pub metadata: Option<FieldMetadata>,
}

A person's read-only cover photo. A large image shown on the person's profile page that represents who they are or what they care about.

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

Fields

True if the cover photo is the default cover photo; false if the cover photo is a user-provided cover photo.

The URL of the cover photo.

Metadata about the cover photo.

Trait Implementations

impl Default for CoverPhoto
[src]

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

impl Clone for CoverPhoto
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for CoverPhoto
[src]

Formats the value using the given formatter. Read more

impl Part for CoverPhoto
[src]

Auto Trait Implementations

impl Send for CoverPhoto

impl Sync for CoverPhoto