Struct aws_sdk_ec2::operation::delete_spot_datafeed_subscription::DeleteSpotDatafeedSubscriptionOutput
source · #[non_exhaustive]pub struct DeleteSpotDatafeedSubscriptionOutput { /* private fields */ }
Implementations§
source§impl DeleteSpotDatafeedSubscriptionOutput
impl DeleteSpotDatafeedSubscriptionOutput
sourcepub fn builder() -> DeleteSpotDatafeedSubscriptionOutputBuilder
pub fn builder() -> DeleteSpotDatafeedSubscriptionOutputBuilder
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 ==
.source§impl RequestId for DeleteSpotDatafeedSubscriptionOutput
impl RequestId for DeleteSpotDatafeedSubscriptionOutput
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 DeleteSpotDatafeedSubscriptionOutput
Auto Trait Implementations§
impl RefUnwindSafe for DeleteSpotDatafeedSubscriptionOutput
impl Send for DeleteSpotDatafeedSubscriptionOutput
impl Sync for DeleteSpotDatafeedSubscriptionOutput
impl Unpin for DeleteSpotDatafeedSubscriptionOutput
impl UnwindSafe for DeleteSpotDatafeedSubscriptionOutput
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