Enum librdkafka_sys::rd_kafka_type_t [] [src]

pub enum rd_kafka_type_t {
    RD_KAFKA_PRODUCER,
    RD_KAFKA_CONSUMER,
}

Variants

Trait Implementations

impl Copy for rd_kafka_type_t
[src]

impl Clone for rd_kafka_type_t
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for rd_kafka_type_t
[src]

Formats the value using the given formatter.