pub struct ModifyCacheSubnetGroupResult {
pub cache_subnet_group: Option<CacheSubnetGroup>,
}
Fields§
§cache_subnet_group: Option<CacheSubnetGroup>
Trait Implementations§
Source§impl Clone for ModifyCacheSubnetGroupResult
impl Clone for ModifyCacheSubnetGroupResult
Source§fn clone(&self) -> ModifyCacheSubnetGroupResult
fn clone(&self) -> ModifyCacheSubnetGroupResult
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 ModifyCacheSubnetGroupResult
impl Debug for ModifyCacheSubnetGroupResult
Source§impl Default for ModifyCacheSubnetGroupResult
impl Default for ModifyCacheSubnetGroupResult
Source§fn default() -> ModifyCacheSubnetGroupResult
fn default() -> ModifyCacheSubnetGroupResult
Returns the “default value” for a type. Read more
Source§impl PartialEq for ModifyCacheSubnetGroupResult
impl PartialEq for ModifyCacheSubnetGroupResult
Source§fn eq(&self, other: &ModifyCacheSubnetGroupResult) -> bool
fn eq(&self, other: &ModifyCacheSubnetGroupResult) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for ModifyCacheSubnetGroupResult
Auto Trait Implementations§
impl Freeze for ModifyCacheSubnetGroupResult
impl RefUnwindSafe for ModifyCacheSubnetGroupResult
impl Send for ModifyCacheSubnetGroupResult
impl Sync for ModifyCacheSubnetGroupResult
impl Unpin for ModifyCacheSubnetGroupResult
impl UnwindSafe for ModifyCacheSubnetGroupResult
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