#[repr(u32)]
pub enum rd_kafka_msg_status_t {
RD_KAFKA_MSG_STATUS_NOT_PERSISTED,
RD_KAFKA_MSG_STATUS_POSSIBLY_PERSISTED,
RD_KAFKA_MSG_STATUS_PERSISTED,
}
Variants
RD_KAFKA_MSG_STATUS_NOT_PERSISTED
RD_KAFKA_MSG_STATUS_POSSIBLY_PERSISTED
RD_KAFKA_MSG_STATUS_PERSISTED
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for rd_kafka_msg_status_t
impl Send for rd_kafka_msg_status_t
impl Sync for rd_kafka_msg_status_t
impl Unpin for rd_kafka_msg_status_t
impl UnwindSafe for rd_kafka_msg_status_t
Blanket Implementations
Mutably borrows from an owned value. Read more