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