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