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