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