Struct aws_sdk_sqs::model::DeleteMessageBatchResultEntry
source · #[non_exhaustive]pub struct DeleteMessageBatchResultEntry { /* private fields */ }
Expand description
Encloses the Id
of an entry in
DeleteMessageBatch
.
Implementations§
source§impl DeleteMessageBatchResultEntry
impl DeleteMessageBatchResultEntry
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteMessageBatchResultEntry
.
Trait Implementations§
source§impl Clone for DeleteMessageBatchResultEntry
impl Clone for DeleteMessageBatchResultEntry
source§fn clone(&self) -> DeleteMessageBatchResultEntry
fn clone(&self) -> DeleteMessageBatchResultEntry
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 PartialEq<DeleteMessageBatchResultEntry> for DeleteMessageBatchResultEntry
impl PartialEq<DeleteMessageBatchResultEntry> for DeleteMessageBatchResultEntry
source§fn eq(&self, other: &DeleteMessageBatchResultEntry) -> bool
fn eq(&self, other: &DeleteMessageBatchResultEntry) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.