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<'de> Deserialize<'de> for ClusterBumpEpochResult
impl<'de> Deserialize<'de> for ClusterBumpEpochResult
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
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