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