#[repr(u16)]pub enum AllKfApiKey {
Show 43 variants
Produce = 0,
Fetch = 1,
ListOffsets = 2,
Metadata = 3,
LeaderAndIsr = 4,
StopReplica = 5,
UpdateMetadata = 6,
ControlShutdown = 7,
OffsetCommit = 8,
OffsetFetch = 9,
FindCoordinator = 10,
JoinGroup = 11,
Heartbeat = 12,
LeaveGroup = 13,
SyncGroup = 14,
DescribeGroup = 15,
ListGroups = 16,
SaslHandshake = 17,
ApiVersion = 18,
CreateTopics = 19,
DeleteTopics = 20,
DeleteRecords = 21,
InitProducerId = 22,
OffsetForLeaderEpoch = 23,
AddPartitionsToTxn = 24,
AddOffsetsToTxn = 25,
EndTxn = 26,
WriteTxnMarkers = 27,
TxnOffsetCommit = 28,
DescribeAcls = 29,
CreateAcls = 30,
DeleteAcls = 31,
DescribeConfigs = 32,
AlterConfigs = 33,
AlterReplicaLogDirs = 34,
DescribeLogDirs = 35,
SaslAuthenticate = 36,
CreatePartitions = 37,
CreateDelegationToken = 38,
RenewDelegationToken = 39,
ExpireDelegationToken = 40,
DescribeDelegationToken = 41,
DeleteGroups = 42,
}
Variants§
Produce = 0
Fetch = 1
ListOffsets = 2
Metadata = 3
LeaderAndIsr = 4
StopReplica = 5
UpdateMetadata = 6
ControlShutdown = 7
OffsetCommit = 8
OffsetFetch = 9
FindCoordinator = 10
JoinGroup = 11
Heartbeat = 12
LeaveGroup = 13
SyncGroup = 14
DescribeGroup = 15
ListGroups = 16
SaslHandshake = 17
ApiVersion = 18
CreateTopics = 19
DeleteTopics = 20
DeleteRecords = 21
InitProducerId = 22
OffsetForLeaderEpoch = 23
AddPartitionsToTxn = 24
AddOffsetsToTxn = 25
EndTxn = 26
WriteTxnMarkers = 27
TxnOffsetCommit = 28
DescribeAcls = 29
CreateAcls = 30
DeleteAcls = 31
DescribeConfigs = 32
AlterConfigs = 33
AlterReplicaLogDirs = 34
DescribeLogDirs = 35
SaslAuthenticate = 36
CreatePartitions = 37
CreateDelegationToken = 38
RenewDelegationToken = 39
ExpireDelegationToken = 40
DescribeDelegationToken = 41
DeleteGroups = 42
Trait Implementations§
Source§impl Clone for AllKfApiKey
impl Clone for AllKfApiKey
Source§fn clone(&self) -> AllKfApiKey
fn clone(&self) -> AllKfApiKey
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 AllKfApiKey
impl Debug for AllKfApiKey
Source§impl Decoder for AllKfApiKey
impl Decoder for AllKfApiKey
Source§impl Default for AllKfApiKey
impl Default for AllKfApiKey
Source§fn default() -> AllKfApiKey
fn default() -> AllKfApiKey
Returns the “default value” for a type. Read more
Source§impl Encoder for AllKfApiKey
impl Encoder for AllKfApiKey
Source§impl PartialEq for AllKfApiKey
impl PartialEq for AllKfApiKey
Source§impl TryFrom<u16> for AllKfApiKey
impl TryFrom<u16> for AllKfApiKey
impl Copy for AllKfApiKey
impl StructuralPartialEq for AllKfApiKey
Auto Trait Implementations§
impl Freeze for AllKfApiKey
impl RefUnwindSafe for AllKfApiKey
impl Send for AllKfApiKey
impl Sync for AllKfApiKey
impl Unpin for AllKfApiKey
impl UnwindSafe for AllKfApiKey
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