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