pub struct Recv<A, P>(/* private fields */);
Expand description
Receive A
, then P
Trait Implementations§
Auto Trait Implementations§
impl<A, P> Freeze for Recv<A, P>
impl<A, P> RefUnwindSafe for Recv<A, P>where
A: RefUnwindSafe,
P: RefUnwindSafe,
impl<A, P> Send for Recv<A, P>
impl<A, P> Sync for Recv<A, P>
impl<A, P> Unpin for Recv<A, P>
impl<A, P> UnwindSafe for Recv<A, P>where
A: UnwindSafe,
P: UnwindSafe,
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