Struct aws_sdk_elasticache::operation::delete_cache_subnet_group::DeleteCacheSubnetGroupOutput
source · #[non_exhaustive]pub struct DeleteCacheSubnetGroupOutput { /* private fields */ }
Implementations§
source§impl DeleteCacheSubnetGroupOutput
impl DeleteCacheSubnetGroupOutput
sourcepub fn builder() -> DeleteCacheSubnetGroupOutputBuilder
pub fn builder() -> DeleteCacheSubnetGroupOutputBuilder
Creates a new builder-style object to manufacture DeleteCacheSubnetGroupOutput
.
Trait Implementations§
source§impl Clone for DeleteCacheSubnetGroupOutput
impl Clone for DeleteCacheSubnetGroupOutput
source§fn clone(&self) -> DeleteCacheSubnetGroupOutput
fn clone(&self) -> DeleteCacheSubnetGroupOutput
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 Debug for DeleteCacheSubnetGroupOutput
impl Debug for DeleteCacheSubnetGroupOutput
source§impl PartialEq for DeleteCacheSubnetGroupOutput
impl PartialEq for DeleteCacheSubnetGroupOutput
source§fn eq(&self, other: &DeleteCacheSubnetGroupOutput) -> bool
fn eq(&self, other: &DeleteCacheSubnetGroupOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for DeleteCacheSubnetGroupOutput
impl RequestId for DeleteCacheSubnetGroupOutput
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 DeleteCacheSubnetGroupOutput
Auto Trait Implementations§
impl RefUnwindSafe for DeleteCacheSubnetGroupOutput
impl Send for DeleteCacheSubnetGroupOutput
impl Sync for DeleteCacheSubnetGroupOutput
impl Unpin for DeleteCacheSubnetGroupOutput
impl UnwindSafe for DeleteCacheSubnetGroupOutput
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.