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
url: Option<String>
A URL that points to a profile picture of this user.
Trait Implementations
impl Default for UserPicture[src]
fn default() -> UserPicture
Returns the "default value" for a type. Read more
impl Clone for UserPicture[src]
fn clone(&self) -> UserPicture
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more