#[non_exhaustive]pub struct ResetCacheParameterGroupOutput { /* private fields */ }Expand description
Represents the output of one of the following operations:
-
ModifyCacheParameterGroup -
ResetCacheParameterGroup
Implementations
sourceimpl ResetCacheParameterGroupOutput
impl ResetCacheParameterGroupOutput
sourcepub fn cache_parameter_group_name(&self) -> Option<&str>
pub fn cache_parameter_group_name(&self) -> Option<&str>
The name of the cache parameter group.
sourceimpl ResetCacheParameterGroupOutput
impl ResetCacheParameterGroupOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ResetCacheParameterGroupOutput.
Trait Implementations
sourceimpl Clone for ResetCacheParameterGroupOutput
impl Clone for ResetCacheParameterGroupOutput
sourcefn clone(&self) -> ResetCacheParameterGroupOutput
fn clone(&self) -> ResetCacheParameterGroupOutput
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 PartialEq<ResetCacheParameterGroupOutput> for ResetCacheParameterGroupOutput
impl PartialEq<ResetCacheParameterGroupOutput> for ResetCacheParameterGroupOutput
sourcefn eq(&self, other: &ResetCacheParameterGroupOutput) -> bool
fn eq(&self, other: &ResetCacheParameterGroupOutput) -> bool
impl StructuralPartialEq for ResetCacheParameterGroupOutput
Auto Trait Implementations
impl RefUnwindSafe for ResetCacheParameterGroupOutput
impl Send for ResetCacheParameterGroupOutput
impl Sync for ResetCacheParameterGroupOutput
impl Unpin for ResetCacheParameterGroupOutput
impl UnwindSafe for ResetCacheParameterGroupOutput
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