pub struct ElectLeadersPartitionResultV0 {
pub partition_index: i32,
pub error_code: i16,
pub error_message: Option<String>,
}Fields§
§partition_index: i32§error_code: i16§error_message: Option<String>Trait Implementations§
Source§impl Clone for ElectLeadersPartitionResultV0
impl Clone for ElectLeadersPartitionResultV0
Source§fn clone(&self) -> ElectLeadersPartitionResultV0
fn clone(&self) -> ElectLeadersPartitionResultV0
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Eq for ElectLeadersPartitionResultV0
impl StructuralPartialEq for ElectLeadersPartitionResultV0
Auto Trait Implementations§
impl Freeze for ElectLeadersPartitionResultV0
impl RefUnwindSafe for ElectLeadersPartitionResultV0
impl Send for ElectLeadersPartitionResultV0
impl Sync for ElectLeadersPartitionResultV0
impl Unpin for ElectLeadersPartitionResultV0
impl UnsafeUnpin for ElectLeadersPartitionResultV0
impl UnwindSafe for ElectLeadersPartitionResultV0
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