Struct google_plusdomains1::api::ActivityObjectAttachments [−][src]
The media objects attached to this activity.
This type is not used in any activity, and only used as part of another schema.
Fields
content: Option<String>If the attachment is an article, this property contains a snippet of text from the article. It can also include descriptions for other types.
display_name: Option<String>The title of the attachment, such as a photo caption or an article title.
embed: Option<ActivityObjectAttachmentsEmbed>If the attachment is a video, the embeddable link.
full_image: Option<ActivityObjectAttachmentsFullImage>The full image URL for photo attachments.
id: Option<String>The ID of the attachment.
image: Option<ActivityObjectAttachmentsImage>The preview image for photos or videos.
object_type: Option<String>The type of media object. Possible values include, but are not limited to, the following values:
- "photo" - A photo.
- "album" - A photo album.
- "video" - A video.
- "article" - An article, specified by a link.
preview_thumbnails: Option<Vec<ActivityObjectAttachmentsPreviewThumbnails>>When previewing, these are the optional thumbnails for the post. When posting an article, choose one by setting the attachment.image.url property. If you don't choose one, one will be chosen for you.
thumbnails: Option<Vec<ActivityObjectAttachmentsThumbnails>>If the attachment is an album, this property is a list of potential additional thumbnails from the album.
url: Option<String>The link to the attachment, which should be of type text/html.
Trait Implementations
impl Clone for ActivityObjectAttachments[src]
fn clone(&self) -> ActivityObjectAttachments[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Debug for ActivityObjectAttachments[src]
impl Default for ActivityObjectAttachments[src]
impl<'de> Deserialize<'de> for ActivityObjectAttachments[src]
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
__D: Deserializer<'de>,
impl NestedType for ActivityObjectAttachments[src]
impl Part for ActivityObjectAttachments[src]
impl Serialize for ActivityObjectAttachments[src]
Auto Trait Implementations
impl RefUnwindSafe for ActivityObjectAttachments[src]
impl Send for ActivityObjectAttachments[src]
impl Sync for ActivityObjectAttachments[src]
impl Unpin for ActivityObjectAttachments[src]
impl UnwindSafe for ActivityObjectAttachments[src]
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>, [src]
T: for<'de> Deserialize<'de>,
impl<T> From<T> for T[src]
impl<T> Instrument for T[src]
pub fn instrument(self, span: Span) -> Instrumented<Self>[src]
pub fn in_current_span(self) -> Instrumented<Self>[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T[src]
pub fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,