#[non_exhaustive]pub struct CreateCacheSubnetGroupOutput { /* private fields */ }Implementations
sourceimpl CreateCacheSubnetGroupOutput
impl CreateCacheSubnetGroupOutput
sourcepub fn cache_subnet_group(&self) -> Option<&CacheSubnetGroup>
pub fn cache_subnet_group(&self) -> Option<&CacheSubnetGroup>
Represents the output of one of the following operations:
-
CreateCacheSubnetGroup -
ModifyCacheSubnetGroup
sourceimpl CreateCacheSubnetGroupOutput
impl CreateCacheSubnetGroupOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateCacheSubnetGroupOutput.
Trait Implementations
sourceimpl Clone for CreateCacheSubnetGroupOutput
impl Clone for CreateCacheSubnetGroupOutput
sourcefn clone(&self) -> CreateCacheSubnetGroupOutput
fn clone(&self) -> CreateCacheSubnetGroupOutput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for CreateCacheSubnetGroupOutput
impl Debug for CreateCacheSubnetGroupOutput
sourceimpl PartialEq<CreateCacheSubnetGroupOutput> for CreateCacheSubnetGroupOutput
impl PartialEq<CreateCacheSubnetGroupOutput> for CreateCacheSubnetGroupOutput
sourcefn eq(&self, other: &CreateCacheSubnetGroupOutput) -> bool
fn eq(&self, other: &CreateCacheSubnetGroupOutput) -> bool
impl StructuralPartialEq for CreateCacheSubnetGroupOutput
Auto Trait Implementations
impl RefUnwindSafe for CreateCacheSubnetGroupOutput
impl Send for CreateCacheSubnetGroupOutput
impl Sync for CreateCacheSubnetGroupOutput
impl Unpin for CreateCacheSubnetGroupOutput
impl UnwindSafe for CreateCacheSubnetGroupOutput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more