pub struct HasProducer<P>(/* private fields */);Expand description
State indicating a producer has been added to the pipeline.
§Type Parameters
P- The producer type that has been added
Auto Trait Implementations§
impl<P> Freeze for HasProducer<P>
impl<P> RefUnwindSafe for HasProducer<P>where
P: RefUnwindSafe,
impl<P> Send for HasProducer<P>where
P: Send,
impl<P> Sync for HasProducer<P>where
P: Sync,
impl<P> Unpin for HasProducer<P>where
P: Unpin,
impl<P> UnwindSafe for HasProducer<P>where
P: 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