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