Struct google_plusdomains1::PersonImage[][src]

pub struct PersonImage {
    pub url: Option<String>,
    pub is_default: Option<bool>,
}

The representation of the person's profile photo.

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

Fields

The URL of the person's profile photo. To resize the image and crop it to a square, append the query string ?sz=x, where x is the dimension in pixels of each side.

Whether the person's profile photo is the default one

Trait Implementations

impl Default for PersonImage
[src]

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

impl Clone for PersonImage
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for PersonImage
[src]

Formats the value using the given formatter. Read more

impl NestedType for PersonImage
[src]

impl Part for PersonImage
[src]

Auto Trait Implementations

impl Send for PersonImage

impl Sync for PersonImage