Struct google_plus1::PersonCover [−][src]
pub struct PersonCover {
pub cover_info: Option<PersonCoverCoverInfo>,
pub layout: Option<String>,
pub cover_photo: Option<PersonCoverCoverPhoto>,
}The cover photo content.
This type is not used in any activity, and only used as part of another schema.
Fields
cover_info: Option<PersonCoverCoverInfo>
Extra information about the cover photo.
layout: Option<String>
The layout of the cover art. Possible values include, but are not limited to, the following values:
- "banner" - One large image banner.
cover_photo: Option<PersonCoverCoverPhoto>
The person's primary cover image.
Trait Implementations
impl Default for PersonCover[src]
impl Default for PersonCoverfn default() -> PersonCover[src]
fn default() -> PersonCoverReturns the "default value" for a type. Read more
impl Clone for PersonCover[src]
impl Clone for PersonCoverfn clone(&self) -> PersonCover[src]
fn clone(&self) -> PersonCoverReturns 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 PersonCover[src]
impl Debug for PersonCoverfn 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 PersonCover[src]
impl NestedType for PersonCoverimpl Part for PersonCover[src]
impl Part for PersonCoverAuto Trait Implementations
impl Send for PersonCover
impl Send for PersonCoverimpl Sync for PersonCover
impl Sync for PersonCover