Struct aws_sdk_elasticache::operation::describe_cache_engine_versions::DescribeCacheEngineVersionsOutput
source · #[non_exhaustive]pub struct DescribeCacheEngineVersionsOutput { /* private fields */ }
Expand description
Represents the output of a DescribeCacheEngineVersions
operation.
Implementations§
source§impl 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.
source§impl DescribeCacheEngineVersionsOutput
impl DescribeCacheEngineVersionsOutput
sourcepub fn builder() -> DescribeCacheEngineVersionsOutputBuilder
pub fn builder() -> DescribeCacheEngineVersionsOutputBuilder
Creates a new builder-style object to manufacture DescribeCacheEngineVersionsOutput
.
Trait Implementations§
source§impl Clone for DescribeCacheEngineVersionsOutput
impl Clone for DescribeCacheEngineVersionsOutput
source§fn clone(&self) -> DescribeCacheEngineVersionsOutput
fn clone(&self) -> DescribeCacheEngineVersionsOutput
Returns a copy 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 moresource§impl PartialEq<DescribeCacheEngineVersionsOutput> for DescribeCacheEngineVersionsOutput
impl PartialEq<DescribeCacheEngineVersionsOutput> for DescribeCacheEngineVersionsOutput
source§fn eq(&self, other: &DescribeCacheEngineVersionsOutput) -> bool
fn eq(&self, other: &DescribeCacheEngineVersionsOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for DescribeCacheEngineVersionsOutput
impl RequestId for DescribeCacheEngineVersionsOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None
if the service could not be reached.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§
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