Enum rdkafka_wrap::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
§fn clone(&self) -> rd_kafka_ResourceType_t
fn clone(&self) -> rd_kafka_ResourceType_t
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§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 PartialEq<rd_kafka_ResourceType_t> for rd_kafka_ResourceType_t
impl PartialEq<rd_kafka_ResourceType_t> for rd_kafka_ResourceType_t
§fn eq(&self, other: &rd_kafka_ResourceType_t) -> bool
fn eq(&self, other: &rd_kafka_ResourceType_t) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for rd_kafka_ResourceType_t
impl Eq for rd_kafka_ResourceType_t
impl StructuralEq for rd_kafka_ResourceType_t
impl StructuralPartialEq 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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more