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