#[non_exhaustive]pub struct BatchCreateAttendeeOutput { /* private fields */ }Implementations§
source§impl BatchCreateAttendeeOutput
impl BatchCreateAttendeeOutput
sourcepub fn attendees(&self) -> Option<&[Attendee]>
pub fn attendees(&self) -> Option<&[Attendee]>
The attendee information, including attendees IDs and join tokens.
sourcepub fn errors(&self) -> Option<&[CreateAttendeeError]>
pub fn errors(&self) -> Option<&[CreateAttendeeError]>
If the action fails for one or more of the attendees in the request, a list of the attendees is returned, along with error codes and error messages.
source§impl BatchCreateAttendeeOutput
impl BatchCreateAttendeeOutput
sourcepub fn builder() -> BatchCreateAttendeeOutputBuilder
pub fn builder() -> BatchCreateAttendeeOutputBuilder
Creates a new builder-style object to manufacture BatchCreateAttendeeOutput.
Trait Implementations§
source§impl Clone for BatchCreateAttendeeOutput
impl Clone for BatchCreateAttendeeOutput
source§fn clone(&self) -> BatchCreateAttendeeOutput
fn clone(&self) -> BatchCreateAttendeeOutput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for BatchCreateAttendeeOutput
impl Debug for BatchCreateAttendeeOutput
source§impl PartialEq<BatchCreateAttendeeOutput> for BatchCreateAttendeeOutput
impl PartialEq<BatchCreateAttendeeOutput> for BatchCreateAttendeeOutput
source§fn eq(&self, other: &BatchCreateAttendeeOutput) -> bool
fn eq(&self, other: &BatchCreateAttendeeOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for BatchCreateAttendeeOutput
impl RequestId for BatchCreateAttendeeOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None if the service could not be reached.impl StructuralPartialEq for BatchCreateAttendeeOutput
Auto Trait Implementations§
impl RefUnwindSafe for BatchCreateAttendeeOutput
impl Send for BatchCreateAttendeeOutput
impl Sync for BatchCreateAttendeeOutput
impl Unpin for BatchCreateAttendeeOutput
impl UnwindSafe for BatchCreateAttendeeOutput
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more