pub struct PartitionReassignmentOptions { /* private fields */ }Expand description
Options shared by partition reassignment start and status requests.
Implementations§
Trait Implementations§
Source§impl Clone for PartitionReassignmentOptions
impl Clone for PartitionReassignmentOptions
Source§fn clone(&self) -> PartitionReassignmentOptions
fn clone(&self) -> PartitionReassignmentOptions
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 Copy for PartitionReassignmentOptions
Source§impl Debug for PartitionReassignmentOptions
impl Debug for PartitionReassignmentOptions
impl Eq for PartitionReassignmentOptions
impl StructuralPartialEq for PartitionReassignmentOptions
Auto Trait Implementations§
impl Freeze for PartitionReassignmentOptions
impl RefUnwindSafe for PartitionReassignmentOptions
impl Send for PartitionReassignmentOptions
impl Sync for PartitionReassignmentOptions
impl Unpin for PartitionReassignmentOptions
impl UnsafeUnpin for PartitionReassignmentOptions
impl UnwindSafe for PartitionReassignmentOptions
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