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