#[non_exhaustive]pub struct EnableTopicRuleOutput { /* private fields */ }
Implementations§
source§impl EnableTopicRuleOutput
impl EnableTopicRuleOutput
sourcepub fn builder() -> EnableTopicRuleOutputBuilder
pub fn builder() -> EnableTopicRuleOutputBuilder
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 ==
.source§impl RequestId for EnableTopicRuleOutput
impl RequestId for EnableTopicRuleOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None
if the service could not be reached.