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