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