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