pub enum ReplicationCommand {
SyncWithNode {
node_id: NodeId,
},
RedistributePartition {
partition_id: PartitionId,
},
CheckHealth,
}
Expand description
Replication commands
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ReplicationCommand
impl RefUnwindSafe for ReplicationCommand
impl Send for ReplicationCommand
impl Sync for ReplicationCommand
impl Unpin for ReplicationCommand
impl UnwindSafe for ReplicationCommand
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