pub struct Receiver { /* private fields */ }Expand description
Receiving half of a bounded SPSC byte channel.
Send but not Clone — single consumer.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for Receiver
impl !RefUnwindSafe for Receiver
impl !Sync for Receiver
impl Unpin for Receiver
impl UnsafeUnpin for Receiver
impl !UnwindSafe for Receiver
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