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