#[repr(u32)]pub enum rd_kafka_AclOperation_t {
Show 14 variants
RD_KAFKA_ACL_OPERATION_UNKNOWN = 0,
RD_KAFKA_ACL_OPERATION_ANY = 1,
RD_KAFKA_ACL_OPERATION_ALL = 2,
RD_KAFKA_ACL_OPERATION_READ = 3,
RD_KAFKA_ACL_OPERATION_WRITE = 4,
RD_KAFKA_ACL_OPERATION_CREATE = 5,
RD_KAFKA_ACL_OPERATION_DELETE = 6,
RD_KAFKA_ACL_OPERATION_ALTER = 7,
RD_KAFKA_ACL_OPERATION_DESCRIBE = 8,
RD_KAFKA_ACL_OPERATION_CLUSTER_ACTION = 9,
RD_KAFKA_ACL_OPERATION_DESCRIBE_CONFIGS = 10,
RD_KAFKA_ACL_OPERATION_ALTER_CONFIGS = 11,
RD_KAFKA_ACL_OPERATION_IDEMPOTENT_WRITE = 12,
RD_KAFKA_ACL_OPERATION__CNT = 13,
}
Variants§
RD_KAFKA_ACL_OPERATION_UNKNOWN = 0
RD_KAFKA_ACL_OPERATION_ANY = 1
RD_KAFKA_ACL_OPERATION_ALL = 2
RD_KAFKA_ACL_OPERATION_READ = 3
RD_KAFKA_ACL_OPERATION_WRITE = 4
RD_KAFKA_ACL_OPERATION_CREATE = 5
RD_KAFKA_ACL_OPERATION_DELETE = 6
RD_KAFKA_ACL_OPERATION_ALTER = 7
RD_KAFKA_ACL_OPERATION_DESCRIBE = 8
RD_KAFKA_ACL_OPERATION_CLUSTER_ACTION = 9
RD_KAFKA_ACL_OPERATION_DESCRIBE_CONFIGS = 10
RD_KAFKA_ACL_OPERATION_ALTER_CONFIGS = 11
RD_KAFKA_ACL_OPERATION_IDEMPOTENT_WRITE = 12
RD_KAFKA_ACL_OPERATION__CNT = 13
Trait Implementations§
source§impl Clone for rd_kafka_AclOperation_t
impl Clone for rd_kafka_AclOperation_t
source§fn clone(&self) -> rd_kafka_AclOperation_t
fn clone(&self) -> rd_kafka_AclOperation_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_AclOperation_t
impl Debug for rd_kafka_AclOperation_t
source§impl Hash for rd_kafka_AclOperation_t
impl Hash for rd_kafka_AclOperation_t
source§impl PartialEq for rd_kafka_AclOperation_t
impl PartialEq for rd_kafka_AclOperation_t
impl Copy for rd_kafka_AclOperation_t
impl Eq for rd_kafka_AclOperation_t
impl StructuralPartialEq for rd_kafka_AclOperation_t
Auto Trait Implementations§
impl Freeze for rd_kafka_AclOperation_t
impl RefUnwindSafe for rd_kafka_AclOperation_t
impl Send for rd_kafka_AclOperation_t
impl Sync for rd_kafka_AclOperation_t
impl Unpin for rd_kafka_AclOperation_t
impl UnwindSafe for rd_kafka_AclOperation_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
)