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