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