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