pub struct ElastiCacheServerlessCacheIntrospection {
pub serverless_cache_name: String,
pub status: String,
pub engine: String,
pub engine_version: String,
pub cache_node_type: Option<String>,
}Fields§
§serverless_cache_name: String§status: String§engine: String§engine_version: String§cache_node_type: Option<String>Trait Implementations§
Source§impl Clone for ElastiCacheServerlessCacheIntrospection
impl Clone for ElastiCacheServerlessCacheIntrospection
Source§fn clone(&self) -> ElastiCacheServerlessCacheIntrospection
fn clone(&self) -> ElastiCacheServerlessCacheIntrospection
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<'de> Deserialize<'de> for ElastiCacheServerlessCacheIntrospection
impl<'de> Deserialize<'de> for ElastiCacheServerlessCacheIntrospection
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for ElastiCacheServerlessCacheIntrospection
impl RefUnwindSafe for ElastiCacheServerlessCacheIntrospection
impl Send for ElastiCacheServerlessCacheIntrospection
impl Sync for ElastiCacheServerlessCacheIntrospection
impl Unpin for ElastiCacheServerlessCacheIntrospection
impl UnsafeUnpin for ElastiCacheServerlessCacheIntrospection
impl UnwindSafe for ElastiCacheServerlessCacheIntrospection
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