pub struct SlotMigration {
pub progress_percentage: Option<f64>,
}
Expand description
Represents the progress of an online resharding operation.
Fields§
§progress_percentage: Option<f64>
The percentage of the slot migration that is complete.
Trait Implementations§
Source§impl Clone for SlotMigration
impl Clone for SlotMigration
Source§fn clone(&self) -> SlotMigration
fn clone(&self) -> SlotMigration
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 SlotMigration
impl Debug for SlotMigration
Source§impl Default for SlotMigration
impl Default for SlotMigration
Source§fn default() -> SlotMigration
fn default() -> SlotMigration
Returns the “default value” for a type. Read more
Source§impl PartialEq for SlotMigration
impl PartialEq for SlotMigration
impl StructuralPartialEq for SlotMigration
Auto Trait Implementations§
impl Freeze for SlotMigration
impl RefUnwindSafe for SlotMigration
impl Send for SlotMigration
impl Sync for SlotMigration
impl Unpin for SlotMigration
impl UnwindSafe for SlotMigration
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