pub struct RecvFutureState { /* private fields */ }
Expand description
The receive future for a paired mpsc transport.
Auto Trait Implementations§
impl Freeze for RecvFutureState
impl RefUnwindSafe for RecvFutureState
impl Send for RecvFutureState
impl Sync for RecvFutureState
impl Unpin for RecvFutureState
impl UnwindSafe for RecvFutureState
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