pub enum RebalanceMode {
Sync = 0,
Async = 1,
None = 2,
}Variants§
Trait Implementations§
Source§impl Clone for RebalanceMode
impl Clone for RebalanceMode
Source§fn clone(&self) -> RebalanceMode
fn clone(&self) -> RebalanceMode
Returns a duplicate 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 RebalanceMode
impl Debug for RebalanceMode
Auto Trait Implementations§
impl Freeze for RebalanceMode
impl RefUnwindSafe for RebalanceMode
impl Send for RebalanceMode
impl Sync for RebalanceMode
impl Unpin for RebalanceMode
impl UnwindSafe for RebalanceMode
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