pub struct ProduceTopicV13 {
pub topic_id: [u8; 16],
pub partitions: Vec<ProducePartitionV3>,
}Expand description
Produce topic payload for Kafka API version 13.
Fields§
§topic_id: [u8; 16]§partitions: Vec<ProducePartitionV3>Trait Implementations§
Source§impl Clone for ProduceTopicV13
impl Clone for ProduceTopicV13
Source§fn clone(&self) -> ProduceTopicV13
fn clone(&self) -> ProduceTopicV13
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 ProduceTopicV13
impl Debug for ProduceTopicV13
impl Eq for ProduceTopicV13
Source§impl PartialEq for ProduceTopicV13
impl PartialEq for ProduceTopicV13
impl StructuralPartialEq for ProduceTopicV13
Auto Trait Implementations§
impl Freeze for ProduceTopicV13
impl RefUnwindSafe for ProduceTopicV13
impl Send for ProduceTopicV13
impl Sync for ProduceTopicV13
impl Unpin for ProduceTopicV13
impl UnsafeUnpin for ProduceTopicV13
impl UnwindSafe for ProduceTopicV13
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