Enum rdkafka::types::RDKafkaConfigSource
source · #[repr(u32)]pub enum RDKafkaConfigSource {
RD_KAFKA_CONFIG_SOURCE_UNKNOWN_CONFIG = 0,
RD_KAFKA_CONFIG_SOURCE_DYNAMIC_TOPIC_CONFIG = 1,
RD_KAFKA_CONFIG_SOURCE_DYNAMIC_BROKER_CONFIG = 2,
RD_KAFKA_CONFIG_SOURCE_DYNAMIC_DEFAULT_BROKER_CONFIG = 3,
RD_KAFKA_CONFIG_SOURCE_STATIC_BROKER_CONFIG = 4,
RD_KAFKA_CONFIG_SOURCE_DEFAULT_CONFIG = 5,
RD_KAFKA_CONFIG_SOURCE__CNT = 6,
}
Variants§
RD_KAFKA_CONFIG_SOURCE_UNKNOWN_CONFIG = 0
RD_KAFKA_CONFIG_SOURCE_DYNAMIC_TOPIC_CONFIG = 1
RD_KAFKA_CONFIG_SOURCE_DYNAMIC_BROKER_CONFIG = 2
RD_KAFKA_CONFIG_SOURCE_DYNAMIC_DEFAULT_BROKER_CONFIG = 3
RD_KAFKA_CONFIG_SOURCE_STATIC_BROKER_CONFIG = 4
RD_KAFKA_CONFIG_SOURCE_DEFAULT_CONFIG = 5
RD_KAFKA_CONFIG_SOURCE__CNT = 6
Trait Implementations§
source§impl Clone for rd_kafka_ConfigSource_t
impl Clone for rd_kafka_ConfigSource_t
source§fn clone(&self) -> rd_kafka_ConfigSource_t
fn clone(&self) -> rd_kafka_ConfigSource_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 moresource§impl Debug for rd_kafka_ConfigSource_t
impl Debug for rd_kafka_ConfigSource_t
source§impl Hash for rd_kafka_ConfigSource_t
impl Hash for rd_kafka_ConfigSource_t
source§impl PartialEq for rd_kafka_ConfigSource_t
impl PartialEq for rd_kafka_ConfigSource_t
impl Copy for rd_kafka_ConfigSource_t
impl Eq for rd_kafka_ConfigSource_t
impl StructuralPartialEq for rd_kafka_ConfigSource_t
Auto Trait Implementations§
impl Freeze for rd_kafka_ConfigSource_t
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§
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.