Struct aws_sdk_memorydb::model::ShardConfiguration
source · [−]#[non_exhaustive]pub struct ShardConfiguration { /* private fields */ }Expand description
Shard configuration options. Each shard configuration has the following: Slots and ReplicaCount.
Implementations
sourceimpl ShardConfiguration
impl ShardConfiguration
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ShardConfiguration.
Trait Implementations
sourceimpl Clone for ShardConfiguration
impl Clone for ShardConfiguration
sourcefn clone(&self) -> ShardConfiguration
fn clone(&self) -> ShardConfiguration
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for ShardConfiguration
impl Debug for ShardConfiguration
sourceimpl PartialEq<ShardConfiguration> for ShardConfiguration
impl PartialEq<ShardConfiguration> for ShardConfiguration
sourcefn eq(&self, other: &ShardConfiguration) -> bool
fn eq(&self, other: &ShardConfiguration) -> bool
impl StructuralPartialEq for ShardConfiguration
Auto Trait Implementations
impl RefUnwindSafe for ShardConfiguration
impl Send for ShardConfiguration
impl Sync for ShardConfiguration
impl Unpin for ShardConfiguration
impl UnwindSafe for ShardConfiguration
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more