pub struct DeleteCacheClusterResult {
pub cache_cluster: Option<CacheCluster>,
}
Fields§
§cache_cluster: Option<CacheCluster>
Trait Implementations§
Source§impl Clone for DeleteCacheClusterResult
impl Clone for DeleteCacheClusterResult
Source§fn clone(&self) -> DeleteCacheClusterResult
fn clone(&self) -> DeleteCacheClusterResult
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 Debug for DeleteCacheClusterResult
impl Debug for DeleteCacheClusterResult
Source§impl Default for DeleteCacheClusterResult
impl Default for DeleteCacheClusterResult
Source§fn default() -> DeleteCacheClusterResult
fn default() -> DeleteCacheClusterResult
Returns the “default value” for a type. Read more
Source§impl PartialEq for DeleteCacheClusterResult
impl PartialEq for DeleteCacheClusterResult
impl StructuralPartialEq for DeleteCacheClusterResult
Auto Trait Implementations§
impl Freeze for DeleteCacheClusterResult
impl RefUnwindSafe for DeleteCacheClusterResult
impl Send for DeleteCacheClusterResult
impl Sync for DeleteCacheClusterResult
impl Unpin for DeleteCacheClusterResult
impl UnwindSafe for DeleteCacheClusterResult
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