Struct google_plus1::PersonImage [−][src]
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
url: Option<String>
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.
is_default: Option<bool>
Whether the person's profile photo is the default one
Trait Implementations
impl Default for PersonImage[src]
impl Default for PersonImagefn default() -> PersonImage[src]
fn default() -> PersonImageReturns the "default value" for a type. Read more
impl Clone for PersonImage[src]
impl Clone for PersonImagefn clone(&self) -> PersonImage[src]
fn clone(&self) -> PersonImageReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for PersonImage[src]
impl Debug for PersonImagefn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl NestedType for PersonImage[src]
impl NestedType for PersonImageimpl Part for PersonImage[src]
impl Part for PersonImageAuto Trait Implementations
impl Send for PersonImage
impl Send for PersonImageimpl Sync for PersonImage
impl Sync for PersonImage