Struct aws_sdk_elasticache::model::ReshardingStatus
source · [−]#[non_exhaustive]pub struct ReshardingStatus { /* private fields */ }Expand description
The status of an online resharding operation.
Implementations
sourceimpl ReshardingStatus
impl ReshardingStatus
sourcepub fn slot_migration(&self) -> Option<&SlotMigration>
pub fn slot_migration(&self) -> Option<&SlotMigration>
Represents the progress of an online resharding operation.
sourceimpl ReshardingStatus
impl ReshardingStatus
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ReshardingStatus.
Trait Implementations
sourceimpl Clone for ReshardingStatus
impl Clone for ReshardingStatus
sourcefn clone(&self) -> ReshardingStatus
fn clone(&self) -> ReshardingStatus
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 ReshardingStatus
impl Debug for ReshardingStatus
sourceimpl PartialEq<ReshardingStatus> for ReshardingStatus
impl PartialEq<ReshardingStatus> for ReshardingStatus
sourcefn eq(&self, other: &ReshardingStatus) -> bool
fn eq(&self, other: &ReshardingStatus) -> bool
impl StructuralPartialEq for ReshardingStatus
Auto Trait Implementations
impl RefUnwindSafe for ReshardingStatus
impl Send for ReshardingStatus
impl Sync for ReshardingStatus
impl Unpin for ReshardingStatus
impl UnwindSafe for ReshardingStatus
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