#[non_exhaustive]pub struct DeleteCacheSubnetGroupOutput {}
Implementations§
source§impl DeleteCacheSubnetGroupOutput
impl DeleteCacheSubnetGroupOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
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 ==
.