Struct google_calendar::types::EventAttachment [−][src]
pub struct EventAttachment {
pub file_id: String,
pub file_url: String,
pub icon_link: String,
pub mime_type: String,
pub title: String,
}Fields
file_id: StringETag of the collection.
file_url: StringETag of the collection.
icon_link: StringETag of the collection.
mime_type: StringETag of the collection.
title: StringETag of the collection.
Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for EventAttachment
impl Send for EventAttachment
impl Sync for EventAttachment
impl Unpin for EventAttachment
impl UnwindSafe for EventAttachment
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more