Struct aws_sdk_sqs::input::PurgeQueueInput
source · #[non_exhaustive]pub struct PurgeQueueInput { /* private fields */ }
Expand description
Implementations§
source§impl PurgeQueueInput
impl PurgeQueueInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<PurgeQueue, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<PurgeQueue, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<PurgeQueue
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture PurgeQueueInput
.
Trait Implementations§
source§impl Clone for PurgeQueueInput
impl Clone for PurgeQueueInput
source§fn clone(&self) -> PurgeQueueInput
fn clone(&self) -> PurgeQueueInput
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 PurgeQueueInput
impl Debug for PurgeQueueInput
source§impl PartialEq<PurgeQueueInput> for PurgeQueueInput
impl PartialEq<PurgeQueueInput> for PurgeQueueInput
source§fn eq(&self, other: &PurgeQueueInput) -> bool
fn eq(&self, other: &PurgeQueueInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.