#[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 for EnableTopicRuleOutput
 
impl PartialEq 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.impl StructuralPartialEq for EnableTopicRuleOutput
Auto Trait Implementations§
impl RefUnwindSafe for EnableTopicRuleOutput
impl Send for EnableTopicRuleOutput
impl Sync for EnableTopicRuleOutput
impl Unpin for EnableTopicRuleOutput
impl UnwindSafe for EnableTopicRuleOutput
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
 
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more