pub struct TxRx<T>(Sender<T>, Receiver<T>);Tuple Fields§
§0: Sender<T>§1: Receiver<T>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<T> Freeze for TxRx<T>
impl<T> !RefUnwindSafe for TxRx<T>
impl<T> Send for TxRx<T>
impl<T> Sync for TxRx<T>
impl<T> Unpin for TxRx<T>
impl<T> !UnwindSafe for TxRx<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