#[non_exhaustive]pub struct ReshardingStatusBuilder { /* private fields */ }
Expand description
A builder for ReshardingStatus
.
Implementations§
source§impl ReshardingStatusBuilder
impl ReshardingStatusBuilder
sourcepub fn slot_migration(self, input: SlotMigration) -> Self
pub fn slot_migration(self, input: SlotMigration) -> Self
Represents the progress of an online resharding operation.
sourcepub fn set_slot_migration(self, input: Option<SlotMigration>) -> Self
pub fn set_slot_migration(self, input: Option<SlotMigration>) -> Self
Represents the progress of an online resharding operation.
sourcepub fn build(self) -> ReshardingStatus
pub fn build(self) -> ReshardingStatus
Consumes the builder and constructs a ReshardingStatus
.
Trait Implementations§
source§impl Clone for ReshardingStatusBuilder
impl Clone for ReshardingStatusBuilder
source§fn clone(&self) -> ReshardingStatusBuilder
fn clone(&self) -> ReshardingStatusBuilder
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 ReshardingStatusBuilder
impl Debug for ReshardingStatusBuilder
source§impl Default for ReshardingStatusBuilder
impl Default for ReshardingStatusBuilder
source§fn default() -> ReshardingStatusBuilder
fn default() -> ReshardingStatusBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<ReshardingStatusBuilder> for ReshardingStatusBuilder
impl PartialEq<ReshardingStatusBuilder> for ReshardingStatusBuilder
source§fn eq(&self, other: &ReshardingStatusBuilder) -> bool
fn eq(&self, other: &ReshardingStatusBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.