pub struct ProduceScope<T: Clone + 'static> { /* private fields */ }Expand description
The publishing half handed to a produceState producer.
Implementations§
Auto Trait Implementations§
impl<T> Freeze for ProduceScope<T>where
MutableState<T>: Freeze,
impl<T> RefUnwindSafe for ProduceScope<T>where
MutableState<T>: RefUnwindSafe,
impl<T> Send for ProduceScope<T>where
MutableState<T>: Send,
impl<T> Sync for ProduceScope<T>where
MutableState<T>: Sync,
impl<T> Unpin for ProduceScope<T>where
MutableState<T>: Unpin,
impl<T> UnsafeUnpin for ProduceScope<T>where
MutableState<T>: UnsafeUnpin,
impl<T> UnwindSafe for ProduceScope<T>where
MutableState<T>: 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