Struct fluvio::TopicProducerConfig
source · pub struct TopicProducerConfig { /* private fields */ }Expand description
Options used to adjust the behavior of the Producer.
Create this struct with TopicProducerConfigBuilder.
Create a producer with a custom config with crate::Fluvio::topic_producer_with_config().
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TopicProducerConfig
impl !RefUnwindSafe for TopicProducerConfig
impl Send for TopicProducerConfig
impl Sync for TopicProducerConfig
impl Unpin for TopicProducerConfig
impl !UnwindSafe for TopicProducerConfig
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