Struct google_calendar3::FreeBusyRequestItem [] [src]

pub struct FreeBusyRequestItem {
    pub id: Option<String>,
}

There is no detailed description.

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

Fields

The identifier of a calendar or a group.

Trait Implementations

impl Default for FreeBusyRequestItem
[src]

[src]

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

impl Clone for FreeBusyRequestItem
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for FreeBusyRequestItem
[src]

[src]

Formats the value using the given formatter.

impl Part for FreeBusyRequestItem
[src]