#[non_exhaustive]pub struct DeleteSpotDatafeedSubscriptionOutput {}
Implementations§
source§impl DeleteSpotDatafeedSubscriptionOutput
impl DeleteSpotDatafeedSubscriptionOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteSpotDatafeedSubscriptionOutput
.
Trait Implementations§
source§impl Clone for DeleteSpotDatafeedSubscriptionOutput
impl Clone for DeleteSpotDatafeedSubscriptionOutput
source§fn clone(&self) -> DeleteSpotDatafeedSubscriptionOutput
fn clone(&self) -> DeleteSpotDatafeedSubscriptionOutput
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<DeleteSpotDatafeedSubscriptionOutput> for DeleteSpotDatafeedSubscriptionOutput
impl PartialEq<DeleteSpotDatafeedSubscriptionOutput> for DeleteSpotDatafeedSubscriptionOutput
source§fn eq(&self, other: &DeleteSpotDatafeedSubscriptionOutput) -> bool
fn eq(&self, other: &DeleteSpotDatafeedSubscriptionOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.