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