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,
}Expand description
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
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
Auto Trait Implementations
impl RefUnwindSafe for Calendarimpl UnwindSafe for CalendarBlanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
pub fn vzip(self) -> V