Struct google_calendar3::api::EventAttendee [−][src]
There is no detailed description.
This type is not used in any activity, and only used as part of another schema.
Fields
additional_guests: Option<i32>Number of additional guests. Optional. The default is 0.
comment: Option<String>The attendee's response comment. Optional.
display_name: Option<String>The attendee's name, if available. Optional.
email: Option<String>The attendee's email address, if available. This field must be present when adding an attendee. It must be a valid email address as per RFC5322. Required when adding an attendee.
id: Option<String>The attendee's Profile ID, if available. It corresponds to the id field in the People collection of the Google+ API
optional: Option<bool>Whether this is an optional attendee. Optional. The default is False.
organizer: Option<bool>Whether the attendee is the organizer of the event. Read-only. The default is False.
resource: Option<bool>Whether the attendee is a resource. Can only be set when the attendee is added to the event for the first time. Subsequent modifications are ignored. Optional. The default is False.
response_status: Option<String>The attendee's response status. Possible values are:
- "needsAction" - The attendee has not responded to the invitation.
- "declined" - The attendee has declined the invitation.
- "tentative" - The attendee has tentatively accepted the invitation.
- "accepted" - The attendee has accepted the invitation.
self_: Option<bool>Whether this entry represents the calendar on which this copy of the event appears. Read-only. The default is False.
Trait Implementations
impl Clone for EventAttendee[src]
fn clone(&self) -> EventAttendee[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Debug for EventAttendee[src]
impl Default for EventAttendee[src]
fn default() -> EventAttendee[src]
impl<'de> Deserialize<'de> for EventAttendee[src]
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
__D: Deserializer<'de>,
impl Part for EventAttendee[src]
impl Serialize for EventAttendee[src]
Auto Trait Implementations
impl RefUnwindSafe for EventAttendee[src]
impl Send for EventAttendee[src]
impl Sync for EventAttendee[src]
impl Unpin for EventAttendee[src]
impl UnwindSafe for EventAttendee[src]
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>, [src]
T: for<'de> Deserialize<'de>,
impl<T> From<T> 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, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T[src]
pub fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,