pub struct DataPipeReceiver { /* private fields */ }Expand description
Receiver end of the data pipe for processing exported data.
Implementations§
Auto Trait Implementations§
impl Freeze for DataPipeReceiver
impl RefUnwindSafe for DataPipeReceiver
impl Send for DataPipeReceiver
impl Sync for DataPipeReceiver
impl Unpin for DataPipeReceiver
impl UnsafeUnpin for DataPipeReceiver
impl UnwindSafe for DataPipeReceiver
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