Struct fluvio_dataplane_protocol::produce::PartitionProduceData [−][src]
pub struct PartitionProduceData<R> where
R: Encoder + Decoder + Default + Debug, {
pub partition_index: i32,
pub records: R,
}Fields
partition_index: i32The partition index.
records: RThe record data to be produced.
Trait Implementations
Auto Trait Implementations
impl<R> RefUnwindSafe for PartitionProduceData<R> where
R: RefUnwindSafe,
impl<R> Send for PartitionProduceData<R> where
R: Send,
impl<R> Sync for PartitionProduceData<R> where
R: Sync,
impl<R> Unpin for PartitionProduceData<R> where
R: Unpin,
impl<R> UnwindSafe for PartitionProduceData<R> where
R: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more