#[non_exhaustive]pub struct DescribeCacheParameterGroupsOutput { /* private fields */ }Expand description
Represents the output of a DescribeCacheParameterGroups operation.
Implementations
sourceimpl DescribeCacheParameterGroupsOutput
impl DescribeCacheParameterGroupsOutput
sourcepub fn marker(&self) -> Option<&str>
pub fn marker(&self) -> Option<&str>
Provides an identifier to allow retrieval of paginated results.
sourcepub fn cache_parameter_groups(&self) -> Option<&[CacheParameterGroup]>
pub fn cache_parameter_groups(&self) -> Option<&[CacheParameterGroup]>
A list of cache parameter groups. Each element in the list contains detailed information about one cache parameter group.
sourceimpl DescribeCacheParameterGroupsOutput
impl DescribeCacheParameterGroupsOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeCacheParameterGroupsOutput.
Trait Implementations
sourceimpl Clone for DescribeCacheParameterGroupsOutput
impl Clone for DescribeCacheParameterGroupsOutput
sourcefn clone(&self) -> DescribeCacheParameterGroupsOutput
fn clone(&self) -> DescribeCacheParameterGroupsOutput
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<DescribeCacheParameterGroupsOutput> for DescribeCacheParameterGroupsOutput
impl PartialEq<DescribeCacheParameterGroupsOutput> for DescribeCacheParameterGroupsOutput
sourcefn eq(&self, other: &DescribeCacheParameterGroupsOutput) -> bool
fn eq(&self, other: &DescribeCacheParameterGroupsOutput) -> bool
impl StructuralPartialEq for DescribeCacheParameterGroupsOutput
Auto Trait Implementations
impl RefUnwindSafe for DescribeCacheParameterGroupsOutput
impl Send for DescribeCacheParameterGroupsOutput
impl Sync for DescribeCacheParameterGroupsOutput
impl Unpin for DescribeCacheParameterGroupsOutput
impl UnwindSafe for DescribeCacheParameterGroupsOutput
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