pub struct DisableTopicRuleRequest {
pub rule_name: String,
}Expand description
The input for the DisableTopicRuleRequest operation.
Fields§
§rule_name: StringThe name of the rule to disable.
Trait Implementations§
Source§impl Clone for DisableTopicRuleRequest
impl Clone for DisableTopicRuleRequest
Source§fn clone(&self) -> DisableTopicRuleRequest
fn clone(&self) -> DisableTopicRuleRequest
Returns a duplicate 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 DisableTopicRuleRequest
impl Debug for DisableTopicRuleRequest
Source§impl Default for DisableTopicRuleRequest
impl Default for DisableTopicRuleRequest
Source§fn default() -> DisableTopicRuleRequest
fn default() -> DisableTopicRuleRequest
Returns the “default value” for a type. Read more
Source§impl PartialEq for DisableTopicRuleRequest
impl PartialEq for DisableTopicRuleRequest
Source§impl Serialize for DisableTopicRuleRequest
impl Serialize for DisableTopicRuleRequest
impl StructuralPartialEq for DisableTopicRuleRequest
Auto Trait Implementations§
impl Freeze for DisableTopicRuleRequest
impl RefUnwindSafe for DisableTopicRuleRequest
impl Send for DisableTopicRuleRequest
impl Sync for DisableTopicRuleRequest
impl Unpin for DisableTopicRuleRequest
impl UnwindSafe for DisableTopicRuleRequest
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