#[non_exhaustive]pub struct RebootCacheClusterOutput { /* private fields */ }Implementations
sourceimpl RebootCacheClusterOutput
impl RebootCacheClusterOutput
sourcepub fn cache_cluster(&self) -> Option<&CacheCluster>
pub fn cache_cluster(&self) -> Option<&CacheCluster>
Contains all of the attributes of a specific cluster.
sourceimpl RebootCacheClusterOutput
impl RebootCacheClusterOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture RebootCacheClusterOutput.
Trait Implementations
sourceimpl Clone for RebootCacheClusterOutput
impl Clone for RebootCacheClusterOutput
sourcefn clone(&self) -> RebootCacheClusterOutput
fn clone(&self) -> RebootCacheClusterOutput
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 RebootCacheClusterOutput
impl Debug for RebootCacheClusterOutput
sourceimpl PartialEq<RebootCacheClusterOutput> for RebootCacheClusterOutput
impl PartialEq<RebootCacheClusterOutput> for RebootCacheClusterOutput
sourcefn eq(&self, other: &RebootCacheClusterOutput) -> bool
fn eq(&self, other: &RebootCacheClusterOutput) -> bool
impl StructuralPartialEq for RebootCacheClusterOutput
Auto Trait Implementations
impl RefUnwindSafe for RebootCacheClusterOutput
impl Send for RebootCacheClusterOutput
impl Sync for RebootCacheClusterOutput
impl Unpin for RebootCacheClusterOutput
impl UnwindSafe for RebootCacheClusterOutput
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