Enum rdkafka::types::rd_kafka_type_t []

#[repr(u32)]
pub enum rd_kafka_type_t { RD_KAFKA_PRODUCER, RD_KAFKA_CONSUMER, }

Variants

Trait Implementations

impl Clone for rd_kafka_type_t

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for rd_kafka_type_t

Formats the value using the given formatter.

impl Copy for rd_kafka_type_t