#[repr(u32)]pub enum rd_kafka_cert_enc_t {
RD_KAFKA_CERT_ENC_PKCS12 = 0,
RD_KAFKA_CERT_ENC_DER = 1,
RD_KAFKA_CERT_ENC_PEM = 2,
RD_KAFKA_CERT_ENC__CNT = 3,
}
Variants§
RD_KAFKA_CERT_ENC_PKCS12 = 0
RD_KAFKA_CERT_ENC_DER = 1
RD_KAFKA_CERT_ENC_PEM = 2
RD_KAFKA_CERT_ENC__CNT = 3
Trait Implementations§
Source§impl Clone for rd_kafka_cert_enc_t
impl Clone for rd_kafka_cert_enc_t
Source§fn clone(&self) -> rd_kafka_cert_enc_t
fn clone(&self) -> rd_kafka_cert_enc_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_cert_enc_t
impl Debug for rd_kafka_cert_enc_t
Source§impl Hash for rd_kafka_cert_enc_t
impl Hash for rd_kafka_cert_enc_t
Source§impl PartialEq for rd_kafka_cert_enc_t
impl PartialEq for rd_kafka_cert_enc_t
impl Copy for rd_kafka_cert_enc_t
impl Eq for rd_kafka_cert_enc_t
impl StructuralPartialEq for rd_kafka_cert_enc_t
Auto Trait Implementations§
impl Freeze for rd_kafka_cert_enc_t
impl RefUnwindSafe for rd_kafka_cert_enc_t
impl Send for rd_kafka_cert_enc_t
impl Sync for rd_kafka_cert_enc_t
impl Unpin for rd_kafka_cert_enc_t
impl UnwindSafe for rd_kafka_cert_enc_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