pub enum GroupType {
Unknown,
Consumer,
Classic,
Share,
}Expand description
Java org.apache.kafka.common.GroupType (ListGroups TypesFilter).
Wire strings match Java toString (Classic, Consumer, Share).
Self::parse is case-insensitive. Kafka 4.1 Streams is not spoken.
Variants§
Implementations§
Trait Implementations§
impl Copy for GroupType
impl Eq for GroupType
impl StructuralPartialEq for GroupType
Auto Trait Implementations§
impl Freeze for GroupType
impl RefUnwindSafe for GroupType
impl Send for GroupType
impl Sync for GroupType
impl Unpin for GroupType
impl UnsafeUnpin for GroupType
impl UnwindSafe for GroupType
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