pub struct ArcPusher<T, P>where
P: Push<T>,{ /* private fields */ }
Expand description
The push half of an intra-thread channel.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<T, P> Freeze for ArcPusher<T, P>where
P: Freeze,
impl<T, P> RefUnwindSafe for ArcPusher<T, P>where
P: RefUnwindSafe,
T: RefUnwindSafe,
impl<T, P> Send for ArcPusher<T, P>
impl<T, P> Sync for ArcPusher<T, P>
impl<T, P> Unpin for ArcPusher<T, P>
impl<T, P> UnwindSafe for ArcPusher<T, P>where
P: UnwindSafe,
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