#[repr(u32)]
pub enum rd_kafka_ResourceType_t {
RD_KAFKA_RESOURCE_UNKNOWN,
RD_KAFKA_RESOURCE_ANY,
RD_KAFKA_RESOURCE_TOPIC,
RD_KAFKA_RESOURCE_GROUP,
RD_KAFKA_RESOURCE_BROKER,
RD_KAFKA_RESOURCE__CNT,
}
Variants
RD_KAFKA_RESOURCE_UNKNOWN
RD_KAFKA_RESOURCE_ANY
RD_KAFKA_RESOURCE_TOPIC
RD_KAFKA_RESOURCE_GROUP
RD_KAFKA_RESOURCE_BROKER
RD_KAFKA_RESOURCE__CNT
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for rd_kafka_ResourceType_t
impl Send for rd_kafka_ResourceType_t
impl Sync for rd_kafka_ResourceType_t
impl Unpin for rd_kafka_ResourceType_t
impl UnwindSafe for rd_kafka_ResourceType_t
Blanket Implementations
Mutably borrows from an owned value. Read more