Struct fluvio_dataplane_protocol::produce::TopicProduceData [−][src]
pub struct TopicProduceData<R> where
R: Encoder + Decoder + Default + Debug, {
pub name: String,
pub partitions: Vec<PartitionProduceData<R>>,
pub data: PhantomData<R>,
}Fields
name: StringThe topic name.
partitions: Vec<PartitionProduceData<R>>Each partition to produce to.
data: PhantomData<R>Trait Implementations
Auto Trait Implementations
impl<R> RefUnwindSafe for TopicProduceData<R> where
R: RefUnwindSafe,
impl<R> Send for TopicProduceData<R> where
R: Send,
impl<R> Sync for TopicProduceData<R> where
R: Sync,
impl<R> Unpin for TopicProduceData<R> where
R: Unpin,
impl<R> UnwindSafe for TopicProduceData<R> where
R: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. 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