pub struct CacheSnapshot {
pub snapshot_name: String,
pub replication_group_id: String,
pub replication_group_description: String,
pub snapshot_status: String,
pub cache_node_type: String,
pub engine: String,
pub engine_version: String,
pub num_cache_clusters: i32,
pub arn: String,
pub created_at: String,
pub snapshot_source: String,
}Fields§
§snapshot_name: String§replication_group_id: String§replication_group_description: String§snapshot_status: String§cache_node_type: String§engine: String§engine_version: String§num_cache_clusters: i32§arn: String§created_at: String§snapshot_source: StringTrait Implementations§
Source§impl Clone for CacheSnapshot
impl Clone for CacheSnapshot
Source§fn clone(&self) -> CacheSnapshot
fn clone(&self) -> CacheSnapshot
Returns a duplicate 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 moreAuto Trait Implementations§
impl Freeze for CacheSnapshot
impl RefUnwindSafe for CacheSnapshot
impl Send for CacheSnapshot
impl Sync for CacheSnapshot
impl Unpin for CacheSnapshot
impl UnsafeUnpin for CacheSnapshot
impl UnwindSafe for CacheSnapshot
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