Enum librdkafka_sys::rd_kafka_conf_res_t [] [src]

pub enum rd_kafka_conf_res_t {
    RD_KAFKA_CONF_UNKNOWN,
    RD_KAFKA_CONF_INVALID,
    RD_KAFKA_CONF_OK,
}

Variants

Trait Implementations

impl Copy for rd_kafka_conf_res_t
[src]

impl Clone for rd_kafka_conf_res_t
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for rd_kafka_conf_res_t
[src]

Formats the value using the given formatter.