Struct google_plus1::PersonCoverCoverPhoto[][src]

pub struct PersonCoverCoverPhoto {
    pub url: Option<String>,
    pub width: Option<i32>,
    pub height: Option<i32>,
}

The person's primary cover image.

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

Fields

The URL of the image.

The width of the image.

The height of the image.

Trait Implementations

impl Default for PersonCoverCoverPhoto
[src]

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

impl Clone for PersonCoverCoverPhoto
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for PersonCoverCoverPhoto
[src]

Formats the value using the given formatter. Read more

impl NestedType for PersonCoverCoverPhoto
[src]

impl Part for PersonCoverCoverPhoto
[src]

Auto Trait Implementations