Struct google_plus1::ActivityObjectAttachmentsImage [−][src]
pub struct ActivityObjectAttachmentsImage {
pub url: Option<String>,
pub width: Option<u32>,
pub type_: Option<String>,
pub height: Option<u32>,
}The preview image for photos or videos.
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 ActivityObjectAttachmentsImage[src]
impl Default for ActivityObjectAttachmentsImagefn default() -> ActivityObjectAttachmentsImage[src]
fn default() -> ActivityObjectAttachmentsImageReturns the "default value" for a type. Read more
impl Clone for ActivityObjectAttachmentsImage[src]
impl Clone for ActivityObjectAttachmentsImagefn clone(&self) -> ActivityObjectAttachmentsImage[src]
fn clone(&self) -> ActivityObjectAttachmentsImageReturns 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 ActivityObjectAttachmentsImage[src]
impl Debug for ActivityObjectAttachmentsImagefn 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 ActivityObjectAttachmentsImage[src]
impl NestedType for ActivityObjectAttachmentsImageimpl Part for ActivityObjectAttachmentsImage[src]
impl Part for ActivityObjectAttachmentsImageAuto Trait Implementations
impl Send for ActivityObjectAttachmentsImage
impl Send for ActivityObjectAttachmentsImageimpl Sync for ActivityObjectAttachmentsImage
impl Sync for ActivityObjectAttachmentsImage