pub struct TypedProducer<S, T, C> { /* private fields */ }Expand description
The producer half of a typed queue. Clone it for multiple producers.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<S, T, C> Freeze for TypedProducer<S, T, C>
impl<S, T, C> RefUnwindSafe for TypedProducer<S, T, C>
impl<S, T, C> Send for TypedProducer<S, T, C>
impl<S, T, C> Sync for TypedProducer<S, T, C>
impl<S, T, C> Unpin for TypedProducer<S, T, C>
impl<S, T, C> UnsafeUnpin for TypedProducer<S, T, C>
impl<S, T, C> UnwindSafe for TypedProducer<S, T, C>
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