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