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