pub struct OngoingPartitionReassignmentTopic { /* private fields */ }Expand description
Ongoing reassignments for one topic.
Implementations§
Source§impl OngoingPartitionReassignmentTopic
impl OngoingPartitionReassignmentTopic
Sourcepub fn partitions(&self) -> &[OngoingPartitionReassignment]
pub fn partitions(&self) -> &[OngoingPartitionReassignment]
Returns ongoing partition details.
Trait Implementations§
Source§impl Clone for OngoingPartitionReassignmentTopic
impl Clone for OngoingPartitionReassignmentTopic
Source§fn clone(&self) -> OngoingPartitionReassignmentTopic
fn clone(&self) -> OngoingPartitionReassignmentTopic
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 OngoingPartitionReassignmentTopic
impl StructuralPartialEq for OngoingPartitionReassignmentTopic
Auto Trait Implementations§
impl Freeze for OngoingPartitionReassignmentTopic
impl RefUnwindSafe for OngoingPartitionReassignmentTopic
impl Send for OngoingPartitionReassignmentTopic
impl Sync for OngoingPartitionReassignmentTopic
impl Unpin for OngoingPartitionReassignmentTopic
impl UnsafeUnpin for OngoingPartitionReassignmentTopic
impl UnwindSafe for OngoingPartitionReassignmentTopic
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