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