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