Struct aws_sdk_elasticache::model::GlobalNodeGroup
source · #[non_exhaustive]pub struct GlobalNodeGroup { /* private fields */ }
Expand description
Indicates the slot configuration and global identifier for a slice group.
Implementations§
source§impl GlobalNodeGroup
impl GlobalNodeGroup
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GlobalNodeGroup
.
Trait Implementations§
source§impl Clone for GlobalNodeGroup
impl Clone for GlobalNodeGroup
source§fn clone(&self) -> GlobalNodeGroup
fn clone(&self) -> GlobalNodeGroup
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 GlobalNodeGroup
impl Debug for GlobalNodeGroup
source§impl PartialEq<GlobalNodeGroup> for GlobalNodeGroup
impl PartialEq<GlobalNodeGroup> for GlobalNodeGroup
source§fn eq(&self, other: &GlobalNodeGroup) -> bool
fn eq(&self, other: &GlobalNodeGroup) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.