#[non_exhaustive]pub struct ReceiveMessageOutput { /* private fields */ }Expand description
A list of received messages.
Implementations§
source§impl ReceiveMessageOutput
impl ReceiveMessageOutput
sourcepub fn builder() -> ReceiveMessageOutputBuilder
pub fn builder() -> ReceiveMessageOutputBuilder
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 ==.source§impl RequestId for ReceiveMessageOutput
impl RequestId for ReceiveMessageOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None if the service could not be reached.