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
Auto Trait Implementations
impl RefUnwindSafe for ClusterBumpEpochResult
impl Send for ClusterBumpEpochResult
impl Sync for ClusterBumpEpochResult
impl Unpin for ClusterBumpEpochResult
impl UnwindSafe for ClusterBumpEpochResult
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