#[non_exhaustive]pub struct CreateAttendeeOutputBuilder { /* private fields */ }Expand description
A builder for CreateAttendeeOutput.
Implementations§
source§impl CreateAttendeeOutputBuilder
impl CreateAttendeeOutputBuilder
sourcepub fn attendee(self, input: Attendee) -> Self
pub fn attendee(self, input: Attendee) -> Self
The attendee information, including attendee ID and join token.
sourcepub fn set_attendee(self, input: Option<Attendee>) -> Self
pub fn set_attendee(self, input: Option<Attendee>) -> Self
The attendee information, including attendee ID and join token.
sourcepub fn build(self) -> CreateAttendeeOutput
pub fn build(self) -> CreateAttendeeOutput
Consumes the builder and constructs a CreateAttendeeOutput.
Trait Implementations§
source§impl Clone for CreateAttendeeOutputBuilder
impl Clone for CreateAttendeeOutputBuilder
source§fn clone(&self) -> CreateAttendeeOutputBuilder
fn clone(&self) -> CreateAttendeeOutputBuilder
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 CreateAttendeeOutputBuilder
impl Debug for CreateAttendeeOutputBuilder
source§impl Default for CreateAttendeeOutputBuilder
impl Default for CreateAttendeeOutputBuilder
source§fn default() -> CreateAttendeeOutputBuilder
fn default() -> CreateAttendeeOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<CreateAttendeeOutputBuilder> for CreateAttendeeOutputBuilder
impl PartialEq<CreateAttendeeOutputBuilder> for CreateAttendeeOutputBuilder
source§fn eq(&self, other: &CreateAttendeeOutputBuilder) -> bool
fn eq(&self, other: &CreateAttendeeOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for CreateAttendeeOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for CreateAttendeeOutputBuilder
impl Send for CreateAttendeeOutputBuilder
impl Sync for CreateAttendeeOutputBuilder
impl Unpin for CreateAttendeeOutputBuilder
impl UnwindSafe for CreateAttendeeOutputBuilder
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