Struct aws_sdk_elasticache::types::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() -> GlobalNodeGroupBuilder
pub fn builder() -> GlobalNodeGroupBuilder
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 ==
.impl StructuralPartialEq for GlobalNodeGroup
Auto Trait Implementations§
impl RefUnwindSafe for GlobalNodeGroup
impl Send for GlobalNodeGroup
impl Sync for GlobalNodeGroup
impl Unpin for GlobalNodeGroup
impl UnwindSafe for GlobalNodeGroup
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