pub struct ServerlessCacheSnapshot {
pub serverless_cache_snapshot_name: String,
pub arn: String,
pub kms_key_id: Option<String>,
pub snapshot_type: String,
pub status: String,
pub create_time: String,
pub expiry_time: Option<String>,
pub bytes_used_for_cache: Option<String>,
pub serverless_cache_name: String,
pub engine: String,
pub major_engine_version: String,
}Fields§
§serverless_cache_snapshot_name: String§arn: String§kms_key_id: Option<String>§snapshot_type: String§status: String§create_time: String§expiry_time: Option<String>§bytes_used_for_cache: Option<String>§serverless_cache_name: String§engine: String§major_engine_version: StringTrait Implementations§
Source§impl Clone for ServerlessCacheSnapshot
impl Clone for ServerlessCacheSnapshot
Source§fn clone(&self) -> ServerlessCacheSnapshot
fn clone(&self) -> ServerlessCacheSnapshot
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 ServerlessCacheSnapshot
impl RefUnwindSafe for ServerlessCacheSnapshot
impl Send for ServerlessCacheSnapshot
impl Sync for ServerlessCacheSnapshot
impl Unpin for ServerlessCacheSnapshot
impl UnsafeUnpin for ServerlessCacheSnapshot
impl UnwindSafe for ServerlessCacheSnapshot
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