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