Struct google_calendar3::EventCreator [] [src]

pub struct EventCreator {
    pub self_: Option<bool>,
    pub display_name: Option<String>,
    pub email: Option<String>,
    pub id: Option<String>,
}

The creator of the event. Read-only.

This type is not used in any activity, and only used as part of another schema.

Fields

Whether the creator corresponds to the calendar on which this copy of the event appears. Read-only. The default is False.

The creator's name, if available.

The creator's email address, if available.

The creator's Profile ID, if available. It corresponds to theid field in the People collection of the Google+ API

Trait Implementations

impl Default for EventCreator
[src]

[src]

Returns the "default value" for a type. Read more

impl Clone for EventCreator
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for EventCreator
[src]

[src]

Formats the value using the given formatter.

impl NestedType for EventCreator
[src]

impl Part for EventCreator
[src]