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