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