Struct aws_sdk_datazone::operation::delete_subscription_target::DeleteSubscriptionTargetOutput
source · #[non_exhaustive]pub struct DeleteSubscriptionTargetOutput { /* private fields */ }
Implementations§
source§impl DeleteSubscriptionTargetOutput
impl DeleteSubscriptionTargetOutput
sourcepub fn builder() -> DeleteSubscriptionTargetOutputBuilder
pub fn builder() -> DeleteSubscriptionTargetOutputBuilder
Creates a new builder-style object to manufacture DeleteSubscriptionTargetOutput
.
Trait Implementations§
source§impl Clone for DeleteSubscriptionTargetOutput
impl Clone for DeleteSubscriptionTargetOutput
source§fn clone(&self) -> DeleteSubscriptionTargetOutput
fn clone(&self) -> DeleteSubscriptionTargetOutput
Returns a copy 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 PartialEq for DeleteSubscriptionTargetOutput
impl PartialEq for DeleteSubscriptionTargetOutput
source§fn eq(&self, other: &DeleteSubscriptionTargetOutput) -> bool
fn eq(&self, other: &DeleteSubscriptionTargetOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for DeleteSubscriptionTargetOutput
impl RequestId for DeleteSubscriptionTargetOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None
if the service could not be reached.impl StructuralPartialEq for DeleteSubscriptionTargetOutput
Auto Trait Implementations§
impl RefUnwindSafe for DeleteSubscriptionTargetOutput
impl Send for DeleteSubscriptionTargetOutput
impl Sync for DeleteSubscriptionTargetOutput
impl Unpin for DeleteSubscriptionTargetOutput
impl UnwindSafe for DeleteSubscriptionTargetOutput
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
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.