Type Alias rdkafka_wrap::types::RDKafkaConf
pub type RDKafkaConf = rd_kafka_conf_s;Expand description
Native rdkafka configuration.
Aliased Type§
struct RDKafkaConf { /* private fields */ }Trait Implementations§
§impl Clone for rd_kafka_conf_s
impl Clone for rd_kafka_conf_s
§fn clone(&self) -> rd_kafka_conf_s
fn clone(&self) -> rd_kafka_conf_s
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more