Struct google_plus1::ActivityObjectAttachmentsFullImage [−][src]
pub struct ActivityObjectAttachmentsFullImage {
pub url: Option<String>,
pub width: Option<u32>,
pub type_: Option<String>,
pub height: Option<u32>,
}The full image URL for photo attachments.
This type is not used in any activity, and only used as part of another schema.
Fields
url: Option<String>
URL of the image.
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 ActivityObjectAttachmentsFullImage[src]
impl Default for ActivityObjectAttachmentsFullImagefn default() -> ActivityObjectAttachmentsFullImage[src]
fn default() -> ActivityObjectAttachmentsFullImageReturns the "default value" for a type. Read more
impl Clone for ActivityObjectAttachmentsFullImage[src]
impl Clone for ActivityObjectAttachmentsFullImagefn clone(&self) -> ActivityObjectAttachmentsFullImage[src]
fn clone(&self) -> ActivityObjectAttachmentsFullImageReturns 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 ActivityObjectAttachmentsFullImage[src]
impl Debug for ActivityObjectAttachmentsFullImagefn 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 ActivityObjectAttachmentsFullImage[src]
impl NestedType for ActivityObjectAttachmentsFullImageimpl Part for ActivityObjectAttachmentsFullImage[src]
impl Part for ActivityObjectAttachmentsFullImageAuto Trait Implementations
impl Send for ActivityObjectAttachmentsFullImage
impl Send for ActivityObjectAttachmentsFullImageimpl Sync for ActivityObjectAttachmentsFullImage
impl Sync for ActivityObjectAttachmentsFullImage