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