Struct google_drive2::UserPicture[][src]

pub struct UserPicture {
    pub url: Option<String>,
}

The user's profile picture.

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

Fields

A URL that points to a profile picture of this user.

Trait Implementations

impl Default for UserPicture
[src]

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

impl Clone for UserPicture
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for UserPicture
[src]

Formats the value using the given formatter. Read more

impl NestedType for UserPicture
[src]

impl Part for UserPicture
[src]

Auto Trait Implementations

impl Send for UserPicture

impl Sync for UserPicture