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
url: Option<String>
The URL of the image.
width: Option<i32>
The width of the image.
height: Option<i32>
The height of the image.
Trait Implementations
impl Default for PersonCoverCoverPhoto[src]
impl Default for PersonCoverCoverPhotofn default() -> PersonCoverCoverPhoto[src]
fn default() -> PersonCoverCoverPhotoReturns the "default value" for a type. Read more
impl Clone for PersonCoverCoverPhoto[src]
impl Clone for PersonCoverCoverPhotofn clone(&self) -> PersonCoverCoverPhoto[src]
fn clone(&self) -> PersonCoverCoverPhotoReturns 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 PersonCoverCoverPhoto[src]
impl Debug for PersonCoverCoverPhotofn 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 PersonCoverCoverPhoto[src]
impl NestedType for PersonCoverCoverPhotoimpl Part for PersonCoverCoverPhoto[src]
impl Part for PersonCoverCoverPhotoAuto Trait Implementations
impl Send for PersonCoverCoverPhoto
impl Send for PersonCoverCoverPhotoimpl Sync for PersonCoverCoverPhoto
impl Sync for PersonCoverCoverPhoto