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