Struct aws_sdk_ses::output::CreateReceiptRuleOutput
source · #[non_exhaustive]pub struct CreateReceiptRuleOutput {}
Expand description
An empty element returned on a successful request.
Implementations§
source§impl CreateReceiptRuleOutput
impl CreateReceiptRuleOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateReceiptRuleOutput
.
Trait Implementations§
source§impl Clone for CreateReceiptRuleOutput
impl Clone for CreateReceiptRuleOutput
source§fn clone(&self) -> CreateReceiptRuleOutput
fn clone(&self) -> CreateReceiptRuleOutput
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 CreateReceiptRuleOutput
impl Debug for CreateReceiptRuleOutput
source§impl PartialEq<CreateReceiptRuleOutput> for CreateReceiptRuleOutput
impl PartialEq<CreateReceiptRuleOutput> for CreateReceiptRuleOutput
source§fn eq(&self, other: &CreateReceiptRuleOutput) -> bool
fn eq(&self, other: &CreateReceiptRuleOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.