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