pub struct GetTopicRuleDestinationResponse {
pub topic_rule_destination: Option<TopicRuleDestination>,
}Fields§
§topic_rule_destination: Option<TopicRuleDestination>The topic rule destination.
Trait Implementations§
Source§impl Clone for GetTopicRuleDestinationResponse
impl Clone for GetTopicRuleDestinationResponse
Source§fn clone(&self) -> GetTopicRuleDestinationResponse
fn clone(&self) -> GetTopicRuleDestinationResponse
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 Default for GetTopicRuleDestinationResponse
impl Default for GetTopicRuleDestinationResponse
Source§fn default() -> GetTopicRuleDestinationResponse
fn default() -> GetTopicRuleDestinationResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GetTopicRuleDestinationResponse
impl<'de> Deserialize<'de> for GetTopicRuleDestinationResponse
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 GetTopicRuleDestinationResponse
impl PartialEq for GetTopicRuleDestinationResponse
Source§fn eq(&self, other: &GetTopicRuleDestinationResponse) -> bool
fn eq(&self, other: &GetTopicRuleDestinationResponse) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for GetTopicRuleDestinationResponse
Auto Trait Implementations§
impl Freeze for GetTopicRuleDestinationResponse
impl RefUnwindSafe for GetTopicRuleDestinationResponse
impl Send for GetTopicRuleDestinationResponse
impl Sync for GetTopicRuleDestinationResponse
impl Unpin for GetTopicRuleDestinationResponse
impl UnwindSafe for GetTopicRuleDestinationResponse
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