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<DeleteCacheSubnetGroupOutput> for DeleteCacheSubnetGroupOutput
impl PartialEq<DeleteCacheSubnetGroupOutput> 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.