pub struct CSReceiver<P> { /* private fields */ }Available on crate feature
async only.Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<P> Freeze for CSReceiver<P>
impl<P> RefUnwindSafe for CSReceiver<P>where
P: RefUnwindSafe,
impl<P> Send for CSReceiver<P>where
P: Send,
impl<P> Sync for CSReceiver<P>where
P: Sync,
impl<P> Unpin for CSReceiver<P>where
P: Unpin,
impl<P> UnwindSafe for CSReceiver<P>where
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