Struct aws_sdk_sqs::output::TagQueueOutput
source · #[non_exhaustive]pub struct TagQueueOutput {}
Implementations§
source§impl TagQueueOutput
impl TagQueueOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture TagQueueOutput
.
Trait Implementations§
source§impl Clone for TagQueueOutput
impl Clone for TagQueueOutput
source§fn clone(&self) -> TagQueueOutput
fn clone(&self) -> TagQueueOutput
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 TagQueueOutput
impl Debug for TagQueueOutput
source§impl PartialEq<TagQueueOutput> for TagQueueOutput
impl PartialEq<TagQueueOutput> for TagQueueOutput
source§fn eq(&self, other: &TagQueueOutput) -> bool
fn eq(&self, other: &TagQueueOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.