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