#[repr(u32)]pub enum rd_kafka_IsolationLevel_t {
RD_KAFKA_ISOLATION_LEVEL_READ_UNCOMMITTED = 0,
RD_KAFKA_ISOLATION_LEVEL_READ_COMMITTED = 1,
}
Variants§
Trait Implementations§
source§impl Clone for rd_kafka_IsolationLevel_t
impl Clone for rd_kafka_IsolationLevel_t
source§fn clone(&self) -> rd_kafka_IsolationLevel_t
fn clone(&self) -> rd_kafka_IsolationLevel_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_IsolationLevel_t
impl Debug for rd_kafka_IsolationLevel_t
source§impl Hash for rd_kafka_IsolationLevel_t
impl Hash for rd_kafka_IsolationLevel_t
source§impl PartialEq for rd_kafka_IsolationLevel_t
impl PartialEq for rd_kafka_IsolationLevel_t
source§fn eq(&self, other: &rd_kafka_IsolationLevel_t) -> bool
fn eq(&self, other: &rd_kafka_IsolationLevel_t) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for rd_kafka_IsolationLevel_t
impl Eq for rd_kafka_IsolationLevel_t
impl StructuralEq for rd_kafka_IsolationLevel_t
impl StructuralPartialEq for rd_kafka_IsolationLevel_t
Auto Trait Implementations§
impl RefUnwindSafe for rd_kafka_IsolationLevel_t
impl Send for rd_kafka_IsolationLevel_t
impl Sync for rd_kafka_IsolationLevel_t
impl Unpin for rd_kafka_IsolationLevel_t
impl UnwindSafe for rd_kafka_IsolationLevel_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