#[non_exhaustive]pub struct CreateAttendeeOutput { /* private fields */ }Implementations§
source§impl CreateAttendeeOutput
impl CreateAttendeeOutput
sourcepub fn builder() -> CreateAttendeeOutputBuilder
pub fn builder() -> CreateAttendeeOutputBuilder
Creates a new builder-style object to manufacture CreateAttendeeOutput.
Trait Implementations§
source§impl Clone for CreateAttendeeOutput
impl Clone for CreateAttendeeOutput
source§fn clone(&self) -> CreateAttendeeOutput
fn clone(&self) -> CreateAttendeeOutput
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 CreateAttendeeOutput
impl Debug for CreateAttendeeOutput
source§impl PartialEq<CreateAttendeeOutput> for CreateAttendeeOutput
impl PartialEq<CreateAttendeeOutput> for CreateAttendeeOutput
source§fn eq(&self, other: &CreateAttendeeOutput) -> bool
fn eq(&self, other: &CreateAttendeeOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for CreateAttendeeOutput
impl RequestId for CreateAttendeeOutput
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 CreateAttendeeOutput
Auto Trait Implementations§
impl RefUnwindSafe for CreateAttendeeOutput
impl Send for CreateAttendeeOutput
impl Sync for CreateAttendeeOutput
impl Unpin for CreateAttendeeOutput
impl UnwindSafe for CreateAttendeeOutput
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