pub struct GetTopicRuleResponse {
pub rule: Option<TopicRule>,
pub rule_arn: Option<String>,
}Expand description
The output from the GetTopicRule operation.
Fields§
§rule: Option<TopicRule>The rule.
rule_arn: Option<String>The rule ARN.
Trait Implementations§
Source§impl Clone for GetTopicRuleResponse
impl Clone for GetTopicRuleResponse
Source§fn clone(&self) -> GetTopicRuleResponse
fn clone(&self) -> GetTopicRuleResponse
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 GetTopicRuleResponse
impl Debug for GetTopicRuleResponse
Source§impl Default for GetTopicRuleResponse
impl Default for GetTopicRuleResponse
Source§fn default() -> GetTopicRuleResponse
fn default() -> GetTopicRuleResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GetTopicRuleResponse
impl<'de> Deserialize<'de> for GetTopicRuleResponse
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for GetTopicRuleResponse
impl PartialEq for GetTopicRuleResponse
impl StructuralPartialEq for GetTopicRuleResponse
Auto Trait Implementations§
impl Freeze for GetTopicRuleResponse
impl RefUnwindSafe for GetTopicRuleResponse
impl Send for GetTopicRuleResponse
impl Sync for GetTopicRuleResponse
impl Unpin for GetTopicRuleResponse
impl UnwindSafe for GetTopicRuleResponse
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