Enum rdkafka::types::RDKafkaConfigSource
[−]#[repr(u32)]
pub enum RDKafkaConfigSource {
RD_KAFKA_CONFIG_SOURCE_UNKNOWN_CONFIG,
RD_KAFKA_CONFIG_SOURCE_DYNAMIC_TOPIC_CONFIG,
RD_KAFKA_CONFIG_SOURCE_DYNAMIC_BROKER_CONFIG,
RD_KAFKA_CONFIG_SOURCE_DYNAMIC_DEFAULT_BROKER_CONFIG,
RD_KAFKA_CONFIG_SOURCE_STATIC_BROKER_CONFIG,
RD_KAFKA_CONFIG_SOURCE_DEFAULT_CONFIG,
RD_KAFKA_CONFIG_SOURCE__CNT,
}
Variants
RD_KAFKA_CONFIG_SOURCE_UNKNOWN_CONFIG
RD_KAFKA_CONFIG_SOURCE_DYNAMIC_TOPIC_CONFIG
RD_KAFKA_CONFIG_SOURCE_DYNAMIC_BROKER_CONFIG
RD_KAFKA_CONFIG_SOURCE_DYNAMIC_DEFAULT_BROKER_CONFIG
RD_KAFKA_CONFIG_SOURCE_STATIC_BROKER_CONFIG
RD_KAFKA_CONFIG_SOURCE_DEFAULT_CONFIG
RD_KAFKA_CONFIG_SOURCE__CNT
Trait Implementations
impl Clone for rd_kafka_ConfigSource_t
impl Clone for rd_kafka_ConfigSource_t
pub fn clone(&self) -> rd_kafka_ConfigSource_t
pub fn clone(&self) -> rd_kafka_ConfigSource_t
Returns a copy of the value. Read more
Performs copy-assignment from source
. Read more
impl Debug for rd_kafka_ConfigSource_t
impl Debug for rd_kafka_ConfigSource_t
impl Hash for rd_kafka_ConfigSource_t
impl Hash for rd_kafka_ConfigSource_t
impl Copy for rd_kafka_ConfigSource_t
impl Eq for rd_kafka_ConfigSource_t
impl StructuralEq for rd_kafka_ConfigSource_t
Auto Trait Implementations
impl RefUnwindSafe for rd_kafka_ConfigSource_t
impl Send for rd_kafka_ConfigSource_t
impl Sync for rd_kafka_ConfigSource_t
impl Unpin for rd_kafka_ConfigSource_t
impl UnwindSafe for rd_kafka_ConfigSource_t
Blanket Implementations
Mutably borrows from an owned value. Read more