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