#[non_exhaustive]pub struct ModifyCacheSubnetGroupOutput { /* private fields */ }Implementations
sourceimpl ModifyCacheSubnetGroupOutput
impl ModifyCacheSubnetGroupOutput
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 ModifyCacheSubnetGroupOutput
impl ModifyCacheSubnetGroupOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ModifyCacheSubnetGroupOutput.
Trait Implementations
sourceimpl Clone for ModifyCacheSubnetGroupOutput
impl Clone for ModifyCacheSubnetGroupOutput
sourcefn clone(&self) -> ModifyCacheSubnetGroupOutput
fn clone(&self) -> ModifyCacheSubnetGroupOutput
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 ModifyCacheSubnetGroupOutput
impl Debug for ModifyCacheSubnetGroupOutput
sourceimpl PartialEq<ModifyCacheSubnetGroupOutput> for ModifyCacheSubnetGroupOutput
impl PartialEq<ModifyCacheSubnetGroupOutput> for ModifyCacheSubnetGroupOutput
sourcefn eq(&self, other: &ModifyCacheSubnetGroupOutput) -> bool
fn eq(&self, other: &ModifyCacheSubnetGroupOutput) -> bool
impl StructuralPartialEq for ModifyCacheSubnetGroupOutput
Auto Trait Implementations
impl RefUnwindSafe for ModifyCacheSubnetGroupOutput
impl Send for ModifyCacheSubnetGroupOutput
impl Sync for ModifyCacheSubnetGroupOutput
impl Unpin for ModifyCacheSubnetGroupOutput
impl UnwindSafe for ModifyCacheSubnetGroupOutput
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