#[non_exhaustive]pub struct SendBulkEmailOutput { /* private fields */ }Expand description
The following data is returned in JSON format by the service.
Implementations§
source§impl SendBulkEmailOutput
impl SendBulkEmailOutput
sourcepub fn bulk_email_entry_results(&self) -> Option<&[BulkEmailEntryResult]>
pub fn bulk_email_entry_results(&self) -> Option<&[BulkEmailEntryResult]>
One object per intended recipient. Check each response object and retry any messages with a failure status.
source§impl SendBulkEmailOutput
impl SendBulkEmailOutput
sourcepub fn builder() -> SendBulkEmailOutputBuilder
pub fn builder() -> SendBulkEmailOutputBuilder
Creates a new builder-style object to manufacture SendBulkEmailOutput.
Trait Implementations§
source§impl Clone for SendBulkEmailOutput
impl Clone for SendBulkEmailOutput
source§fn clone(&self) -> SendBulkEmailOutput
fn clone(&self) -> SendBulkEmailOutput
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 SendBulkEmailOutput
impl Debug for SendBulkEmailOutput
source§impl PartialEq<SendBulkEmailOutput> for SendBulkEmailOutput
impl PartialEq<SendBulkEmailOutput> for SendBulkEmailOutput
source§fn eq(&self, other: &SendBulkEmailOutput) -> bool
fn eq(&self, other: &SendBulkEmailOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for SendBulkEmailOutput
impl RequestId for SendBulkEmailOutput
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.