pub struct CacheParameterGroupNameMessage {
pub cache_parameter_group_name: Option<String>,
}
Expand description
Represents the output of one of the following operations:
-
ModifyCacheParameterGroup
-
ResetCacheParameterGroup
Fields§
§cache_parameter_group_name: Option<String>
The name of the cache parameter group.
Trait Implementations§
Source§impl Clone for CacheParameterGroupNameMessage
impl Clone for CacheParameterGroupNameMessage
Source§fn clone(&self) -> CacheParameterGroupNameMessage
fn clone(&self) -> CacheParameterGroupNameMessage
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 Default for CacheParameterGroupNameMessage
impl Default for CacheParameterGroupNameMessage
Source§fn default() -> CacheParameterGroupNameMessage
fn default() -> CacheParameterGroupNameMessage
Returns the “default value” for a type. Read more
Source§impl PartialEq for CacheParameterGroupNameMessage
impl PartialEq for CacheParameterGroupNameMessage
Source§fn eq(&self, other: &CacheParameterGroupNameMessage) -> bool
fn eq(&self, other: &CacheParameterGroupNameMessage) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for CacheParameterGroupNameMessage
Auto Trait Implementations§
impl Freeze for CacheParameterGroupNameMessage
impl RefUnwindSafe for CacheParameterGroupNameMessage
impl Send for CacheParameterGroupNameMessage
impl Sync for CacheParameterGroupNameMessage
impl Unpin for CacheParameterGroupNameMessage
impl UnwindSafe for CacheParameterGroupNameMessage
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