Enum rdkafka::types::RDKafkaResourceType
[−]#[repr(u32)]
pub enum RDKafkaResourceType {
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
impl Clone for rd_kafka_ResourceType_t
impl Clone for rd_kafka_ResourceType_t
pub fn clone(&self) -> rd_kafka_ResourceType_t
pub fn clone(&self) -> rd_kafka_ResourceType_t
Returns a copy of the value. Read more
Performs copy-assignment from source
. Read more
impl Debug for rd_kafka_ResourceType_t
impl Debug for rd_kafka_ResourceType_t
impl Hash for rd_kafka_ResourceType_t
impl Hash for rd_kafka_ResourceType_t
impl Copy for rd_kafka_ResourceType_t
impl Eq for rd_kafka_ResourceType_t
impl StructuralEq for rd_kafka_ResourceType_t
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