pub struct CreateTopicsAssignmentV2 {
pub partition_index: i32,
pub broker_ids: Vec<i32>,
}Fields§
§partition_index: i32§broker_ids: Vec<i32>Trait Implementations§
Source§impl Clone for CreateTopicsAssignmentV2
impl Clone for CreateTopicsAssignmentV2
Source§fn clone(&self) -> CreateTopicsAssignmentV2
fn clone(&self) -> CreateTopicsAssignmentV2
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 moreSource§impl Debug for CreateTopicsAssignmentV2
impl Debug for CreateTopicsAssignmentV2
impl Eq for CreateTopicsAssignmentV2
Source§impl PartialEq for CreateTopicsAssignmentV2
impl PartialEq for CreateTopicsAssignmentV2
impl StructuralPartialEq for CreateTopicsAssignmentV2
Auto Trait Implementations§
impl Freeze for CreateTopicsAssignmentV2
impl RefUnwindSafe for CreateTopicsAssignmentV2
impl Send for CreateTopicsAssignmentV2
impl Sync for CreateTopicsAssignmentV2
impl Unpin for CreateTopicsAssignmentV2
impl UnsafeUnpin for CreateTopicsAssignmentV2
impl UnwindSafe for CreateTopicsAssignmentV2
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