pub struct CacheParameterGroup {
pub cache_parameter_group_name: String,
pub cache_parameter_group_family: String,
pub description: String,
pub is_global: bool,
pub arn: String,
}Fields§
§cache_parameter_group_name: String§cache_parameter_group_family: String§description: String§is_global: bool§arn: StringTrait Implementations§
Source§impl Clone for CacheParameterGroup
impl Clone for CacheParameterGroup
Source§fn clone(&self) -> CacheParameterGroup
fn clone(&self) -> CacheParameterGroup
Returns a duplicate 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 moreAuto Trait Implementations§
impl Freeze for CacheParameterGroup
impl RefUnwindSafe for CacheParameterGroup
impl Send for CacheParameterGroup
impl Sync for CacheParameterGroup
impl Unpin for CacheParameterGroup
impl UnsafeUnpin for CacheParameterGroup
impl UnwindSafe for CacheParameterGroup
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