pub struct ProducerComponent;Auto Trait Implementations§
impl Freeze for ProducerComponent
impl RefUnwindSafe for ProducerComponent
impl Send for ProducerComponent
impl Sync for ProducerComponent
impl Unpin for ProducerComponent
impl UnwindSafe for ProducerComponent
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