Enum rdkafka::consumer::RebalanceProtocol
source · pub enum RebalanceProtocol {
None,
Eager,
Cooperative,
}
Expand description
The rebalance protocol for a consumer.
Variants§
None
The consumer has not (yet) joined a group.
Eager
Eager rebalance protocol.
Cooperative
Cooperative rebalance protocol.
Auto Trait Implementations§
impl Freeze for RebalanceProtocol
impl RefUnwindSafe for RebalanceProtocol
impl Send for RebalanceProtocol
impl Sync for RebalanceProtocol
impl Unpin for RebalanceProtocol
impl UnwindSafe for RebalanceProtocol
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