pub struct ListPartitionReassignmentsPartitionResponseV0 {
pub partition_index: i32,
pub replicas: Vec<i32>,
pub adding_replicas: Vec<i32>,
pub removing_replicas: Vec<i32>,
}Fields§
§partition_index: i32§replicas: Vec<i32>§adding_replicas: Vec<i32>§removing_replicas: Vec<i32>Trait Implementations§
Source§impl Clone for ListPartitionReassignmentsPartitionResponseV0
impl Clone for ListPartitionReassignmentsPartitionResponseV0
Source§fn clone(&self) -> ListPartitionReassignmentsPartitionResponseV0
fn clone(&self) -> ListPartitionReassignmentsPartitionResponseV0
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 ListPartitionReassignmentsPartitionResponseV0
impl StructuralPartialEq for ListPartitionReassignmentsPartitionResponseV0
Auto Trait Implementations§
impl Freeze for ListPartitionReassignmentsPartitionResponseV0
impl RefUnwindSafe for ListPartitionReassignmentsPartitionResponseV0
impl Send for ListPartitionReassignmentsPartitionResponseV0
impl Sync for ListPartitionReassignmentsPartitionResponseV0
impl Unpin for ListPartitionReassignmentsPartitionResponseV0
impl UnsafeUnpin for ListPartitionReassignmentsPartitionResponseV0
impl UnwindSafe for ListPartitionReassignmentsPartitionResponseV0
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