pub enum ConsumerGroupState {
Uninitialized,
NewlyCreated,
PreviouslyCreated,
}
Expand description
The current state of the consumer group
Variants§
Trait Implementations§
Source§impl Clone for ConsumerGroupState
impl Clone for ConsumerGroupState
Source§fn clone(&self) -> ConsumerGroupState
fn clone(&self) -> ConsumerGroupState
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 moreAuto Trait Implementations§
impl Freeze for ConsumerGroupState
impl RefUnwindSafe for ConsumerGroupState
impl Send for ConsumerGroupState
impl Sync for ConsumerGroupState
impl Unpin for ConsumerGroupState
impl UnwindSafe for ConsumerGroupState
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