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