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