#[repr(u32)]pub enum rd_kafka_ScramMechanism_t {
RD_KAFKA_SCRAM_MECHANISM_UNKNOWN = 0,
RD_KAFKA_SCRAM_MECHANISM_SHA_256 = 1,
RD_KAFKA_SCRAM_MECHANISM_SHA_512 = 2,
RD_KAFKA_SCRAM_MECHANISM__CNT = 3,
}
Variants§
RD_KAFKA_SCRAM_MECHANISM_UNKNOWN = 0
RD_KAFKA_SCRAM_MECHANISM_SHA_256 = 1
RD_KAFKA_SCRAM_MECHANISM_SHA_512 = 2
RD_KAFKA_SCRAM_MECHANISM__CNT = 3
Trait Implementations§
Source§impl Clone for rd_kafka_ScramMechanism_t
impl Clone for rd_kafka_ScramMechanism_t
Source§fn clone(&self) -> rd_kafka_ScramMechanism_t
fn clone(&self) -> rd_kafka_ScramMechanism_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_ScramMechanism_t
impl Debug for rd_kafka_ScramMechanism_t
Source§impl Hash for rd_kafka_ScramMechanism_t
impl Hash for rd_kafka_ScramMechanism_t
impl Copy for rd_kafka_ScramMechanism_t
impl Eq for rd_kafka_ScramMechanism_t
impl StructuralPartialEq for rd_kafka_ScramMechanism_t
Auto Trait Implementations§
impl Freeze for rd_kafka_ScramMechanism_t
impl RefUnwindSafe for rd_kafka_ScramMechanism_t
impl Send for rd_kafka_ScramMechanism_t
impl Sync for rd_kafka_ScramMechanism_t
impl Unpin for rd_kafka_ScramMechanism_t
impl UnwindSafe for rd_kafka_ScramMechanism_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