Struct aws_sdk_sqs::output::GetQueueUrlOutput
source · #[non_exhaustive]pub struct GetQueueUrlOutput { /* private fields */ }
Expand description
For more information, see Interpreting Responses in the Amazon SQS Developer Guide.
Implementations§
source§impl GetQueueUrlOutput
impl GetQueueUrlOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetQueueUrlOutput
.
Trait Implementations§
source§impl Clone for GetQueueUrlOutput
impl Clone for GetQueueUrlOutput
source§fn clone(&self) -> GetQueueUrlOutput
fn clone(&self) -> GetQueueUrlOutput
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 GetQueueUrlOutput
impl Debug for GetQueueUrlOutput
source§impl PartialEq<GetQueueUrlOutput> for GetQueueUrlOutput
impl PartialEq<GetQueueUrlOutput> for GetQueueUrlOutput
source§fn eq(&self, other: &GetQueueUrlOutput) -> bool
fn eq(&self, other: &GetQueueUrlOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.