pub enum ClusterBumpEpochResult {
Bumped,
Still,
}
Expand description
Result for the cluster_bumpepoch
command
Variants§
Bumped
if the epoch was incremented
Still
if the node already has the greatest config epoch in the cluster.
Trait Implementations§
Source§impl FromValue for ClusterBumpEpochResult
impl FromValue for ClusterBumpEpochResult
Auto Trait Implementations§
impl Freeze for ClusterBumpEpochResult
impl RefUnwindSafe for ClusterBumpEpochResult
impl Send for ClusterBumpEpochResult
impl Sync for ClusterBumpEpochResult
impl Unpin for ClusterBumpEpochResult
impl UnwindSafe for ClusterBumpEpochResult
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