Struct google_calendar::types::Creator [−][src]
pub struct Creator {
pub display_name: String,
pub email: String,
pub id: String,
pub self_: bool,
}Expand description
The creator of the event. Read-only.
Fields
display_name: StringThe creator of the event. Read-only.
email: StringThe creator of the event. Read-only.
id: StringThe creator of the event. Read-only.
self_: boolThe creator of the event. Read-only.
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
Auto Trait Implementations
impl RefUnwindSafe for Creator
impl UnwindSafe for Creator
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more