#[non_exhaustive]pub struct PutEmailMonitoringConfigurationOutput {}
Implementations§
source§impl PutEmailMonitoringConfigurationOutput
impl PutEmailMonitoringConfigurationOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture PutEmailMonitoringConfigurationOutput
.
Trait Implementations§
source§impl Clone for PutEmailMonitoringConfigurationOutput
impl Clone for PutEmailMonitoringConfigurationOutput
source§fn clone(&self) -> PutEmailMonitoringConfigurationOutput
fn clone(&self) -> PutEmailMonitoringConfigurationOutput
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 PartialEq<PutEmailMonitoringConfigurationOutput> for PutEmailMonitoringConfigurationOutput
impl PartialEq<PutEmailMonitoringConfigurationOutput> for PutEmailMonitoringConfigurationOutput
source§fn eq(&self, other: &PutEmailMonitoringConfigurationOutput) -> bool
fn eq(&self, other: &PutEmailMonitoringConfigurationOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.