pub enum KafkaResponse {
Metadata,
Produce,
Fetch,
ListGroups,
DescribeGroups,
ApiVersions,
CreateTopics,
DeleteTopics,
DescribeConfigs,
}Expand description
Represents a Kafka response
Variants§
Metadata
Produce
Fetch
ListGroups
DescribeGroups
ApiVersions
CreateTopics
DeleteTopics
DescribeConfigs
Trait Implementations§
Auto Trait Implementations§
impl Freeze for KafkaResponse
impl RefUnwindSafe for KafkaResponse
impl Send for KafkaResponse
impl Sync for KafkaResponse
impl Unpin for KafkaResponse
impl UnwindSafe for KafkaResponse
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