Struct gsuite_api::Calendar [−][src]
pub struct Calendar {
pub kind: String,
pub etag: String,
pub id: String,
pub summary: String,
pub description: String,
pub location: String,
pub time_zone: String,
}A calendar. FROM: https://developers.google.com/calendar/v3/reference/calendarList#resource
Fields
kind: StringKind of resource this is.
etag: StringETag of the resource.
id: Stringsummary: Stringdescription: Stringlocation: Stringtime_zone: StringTrait Implementations
impl<'de> Deserialize<'de> for Calendar[src]
impl<'de> Deserialize<'de> for Calendar[src]fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
__D: Deserializer<'de>,
Auto Trait Implementations
impl RefUnwindSafe for Calendar
impl RefUnwindSafe for Calendarimpl UnwindSafe for Calendar
impl UnwindSafe for CalendarBlanket Implementations
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>, [src]
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>, [src]impl<T> Instrument 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> Instrument 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<V, T> VZip<V> for T where
V: MultiLane<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,