pub struct Producer<Backend> { /* private fields */ }Implementations§
Auto Trait Implementations§
impl<Backend> Freeze for Producer<Backend>where
Backend: Freeze,
impl<Backend> RefUnwindSafe for Producer<Backend>where
Backend: RefUnwindSafe,
impl<Backend> Send for Producer<Backend>where
Backend: Send,
impl<Backend> Sync for Producer<Backend>where
Backend: Sync,
impl<Backend> Unpin for Producer<Backend>where
Backend: Unpin,
impl<Backend> UnwindSafe for Producer<Backend>where
Backend: UnwindSafe,
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