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