pub struct AlterPartitionReassignmentsTopicV0 {
pub name: String,
pub partitions: Vec<AlterPartitionReassignmentsPartitionV0>,
}Fields§
§name: String§partitions: Vec<AlterPartitionReassignmentsPartitionV0>Trait Implementations§
Source§impl Clone for AlterPartitionReassignmentsTopicV0
impl Clone for AlterPartitionReassignmentsTopicV0
Source§fn clone(&self) -> AlterPartitionReassignmentsTopicV0
fn clone(&self) -> AlterPartitionReassignmentsTopicV0
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 AlterPartitionReassignmentsTopicV0
impl StructuralPartialEq for AlterPartitionReassignmentsTopicV0
Auto Trait Implementations§
impl Freeze for AlterPartitionReassignmentsTopicV0
impl RefUnwindSafe for AlterPartitionReassignmentsTopicV0
impl Send for AlterPartitionReassignmentsTopicV0
impl Sync for AlterPartitionReassignmentsTopicV0
impl Unpin for AlterPartitionReassignmentsTopicV0
impl UnsafeUnpin for AlterPartitionReassignmentsTopicV0
impl UnwindSafe for AlterPartitionReassignmentsTopicV0
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