Struct google_plus1::ActivityObjectAttachmentsThumbnails [−][src]
pub struct ActivityObjectAttachmentsThumbnails {
pub url: Option<String>,
pub image: Option<ActivityObjectAttachmentsThumbnailsImage>,
pub description: Option<String>,
}If the attachment is an album, this property is a list of potential additional thumbnails from the album.
This type is not used in any activity, and only used as part of another schema.
Fields
url: Option<String>
URL of the webpage containing the image.
image: Option<ActivityObjectAttachmentsThumbnailsImage>
Image resource.
description: Option<String>
Potential name of the thumbnail.
Trait Implementations
impl Default for ActivityObjectAttachmentsThumbnails[src]
impl Default for ActivityObjectAttachmentsThumbnailsfn default() -> ActivityObjectAttachmentsThumbnails[src]
fn default() -> ActivityObjectAttachmentsThumbnailsReturns the "default value" for a type. Read more
impl Clone for ActivityObjectAttachmentsThumbnails[src]
impl Clone for ActivityObjectAttachmentsThumbnailsfn clone(&self) -> ActivityObjectAttachmentsThumbnails[src]
fn clone(&self) -> ActivityObjectAttachmentsThumbnailsReturns 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 ActivityObjectAttachmentsThumbnails[src]
impl Debug for ActivityObjectAttachmentsThumbnailsfn 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 ActivityObjectAttachmentsThumbnails[src]
impl NestedType for ActivityObjectAttachmentsThumbnailsimpl Part for ActivityObjectAttachmentsThumbnails[src]
impl Part for ActivityObjectAttachmentsThumbnailsAuto Trait Implementations
impl Send for ActivityObjectAttachmentsThumbnails
impl Send for ActivityObjectAttachmentsThumbnailsimpl Sync for ActivityObjectAttachmentsThumbnails
impl Sync for ActivityObjectAttachmentsThumbnails