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