pub enum ControllerRequestCode {
Show 13 variants
ControllerAlterSyncStateSet = 1_001,
ControllerElectMaster = 1_002,
ControllerRegisterBroker = 1_003,
ControllerGetReplicaInfo = 1_004,
ControllerGetMetadataInfo = 1_005,
ControllerGetSyncStateData = 1_006,
GetBrokerEpochCache = 1_007,
NotifyBrokerRoleChanged = 1_008,
UpdateControllerConfig = 1_009,
GetControllerConfig = 1_010,
CleanBrokerData = 1_011,
ControllerGetNextBrokerId = 1_012,
ControllerApplyBrokerId = 1_013,
}Variants§
ControllerAlterSyncStateSet = 1_001
ControllerElectMaster = 1_002
ControllerRegisterBroker = 1_003
ControllerGetReplicaInfo = 1_004
ControllerGetMetadataInfo = 1_005
ControllerGetSyncStateData = 1_006
GetBrokerEpochCache = 1_007
NotifyBrokerRoleChanged = 1_008
UpdateControllerConfig = 1_009
GetControllerConfig = 1_010
CleanBrokerData = 1_011
ControllerGetNextBrokerId = 1_012
ControllerApplyBrokerId = 1_013
Trait Implementations§
source§impl Clone for ControllerRequestCode
impl Clone for ControllerRequestCode
source§fn clone(&self) -> ControllerRequestCode
fn clone(&self) -> ControllerRequestCode
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 ControllerRequestCode
impl Debug for ControllerRequestCode
source§impl PartialEq for ControllerRequestCode
impl PartialEq for ControllerRequestCode
source§fn eq(&self, other: &ControllerRequestCode) -> bool
fn eq(&self, other: &ControllerRequestCode) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for ControllerRequestCode
impl StructuralPartialEq for ControllerRequestCode
Auto Trait Implementations§
impl RefUnwindSafe for ControllerRequestCode
impl Send for ControllerRequestCode
impl Sync for ControllerRequestCode
impl Unpin for ControllerRequestCode
impl UnwindSafe for ControllerRequestCode
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