pub struct ElastiCacheReplicationGroupIntrospection {
pub replication_group_id: String,
pub status: String,
pub description: String,
pub member_clusters: Vec<String>,
pub automatic_failover: bool,
pub multi_az: bool,
pub engine: String,
pub engine_version: String,
pub cache_node_type: String,
pub num_cache_clusters: i32,
}Fields§
§replication_group_id: String§status: String§description: String§member_clusters: Vec<String>§automatic_failover: bool§multi_az: bool§engine: String§engine_version: String§cache_node_type: String§num_cache_clusters: i32Trait Implementations§
Source§impl Clone for ElastiCacheReplicationGroupIntrospection
impl Clone for ElastiCacheReplicationGroupIntrospection
Source§fn clone(&self) -> ElastiCacheReplicationGroupIntrospection
fn clone(&self) -> ElastiCacheReplicationGroupIntrospection
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 ElastiCacheReplicationGroupIntrospection
impl<'de> Deserialize<'de> for ElastiCacheReplicationGroupIntrospection
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 ElastiCacheReplicationGroupIntrospection
impl RefUnwindSafe for ElastiCacheReplicationGroupIntrospection
impl Send for ElastiCacheReplicationGroupIntrospection
impl Sync for ElastiCacheReplicationGroupIntrospection
impl Unpin for ElastiCacheReplicationGroupIntrospection
impl UnsafeUnpin for ElastiCacheReplicationGroupIntrospection
impl UnwindSafe for ElastiCacheReplicationGroupIntrospection
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