pub struct TopicProducer {
pub topic: StrBytes,
/* private fields */
}
Expand description
A producer for a specific topic.
Fields§
§topic: StrBytes
The topic being produced to.
Implementations§
Source§impl TopicProducer
impl TopicProducer
Auto Trait Implementations§
impl !Freeze for TopicProducer
impl !RefUnwindSafe for TopicProducer
impl Send for TopicProducer
impl Sync for TopicProducer
impl Unpin for TopicProducer
impl !UnwindSafe for TopicProducer
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