Struct google_plus1::ActivityObjectAttachmentsThumbnailsImage [−][src]
pub struct ActivityObjectAttachmentsThumbnailsImage {
pub url: Option<String>,
pub width: Option<u32>,
pub type_: Option<String>,
pub height: Option<u32>,
}Image resource.
This type is not used in any activity, and only used as part of another schema.
Fields
url: Option<String>
Image url.
width: Option<u32>
The width, in pixels, of the linked resource.
type_: Option<String>
Media type of the link.
height: Option<u32>
The height, in pixels, of the linked resource.
Trait Implementations
impl Default for ActivityObjectAttachmentsThumbnailsImage[src]
impl Default for ActivityObjectAttachmentsThumbnailsImagefn default() -> ActivityObjectAttachmentsThumbnailsImage[src]
fn default() -> ActivityObjectAttachmentsThumbnailsImageReturns the "default value" for a type. Read more
impl Clone for ActivityObjectAttachmentsThumbnailsImage[src]
impl Clone for ActivityObjectAttachmentsThumbnailsImagefn clone(&self) -> ActivityObjectAttachmentsThumbnailsImage[src]
fn clone(&self) -> ActivityObjectAttachmentsThumbnailsImageReturns 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 ActivityObjectAttachmentsThumbnailsImage[src]
impl Debug for ActivityObjectAttachmentsThumbnailsImagefn 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 ActivityObjectAttachmentsThumbnailsImage[src]
impl NestedType for ActivityObjectAttachmentsThumbnailsImageimpl Part for ActivityObjectAttachmentsThumbnailsImage[src]
impl Part for ActivityObjectAttachmentsThumbnailsImage