pub(crate) struct RecvInner<'a, T> {
pub(crate) receiver: &'a mut Receiver<T>,
pub(crate) listener: Option<EventListener>,
pub(crate) _pin: PhantomPinned,
}Fields§
§receiver: &'a mut Receiver<T>§listener: Option<EventListener>§_pin: PhantomPinnedTrait Implementations§
Source§impl<T: Clone> EventListenerFuture for RecvInner<'_, T>
impl<T: Clone> EventListenerFuture for RecvInner<'_, T>
impl<'__pin, 'a, T> Unpin for RecvInner<'a, T>where
PinnedFieldsOf<__Origin<'__pin, 'a, T>>: Unpin,
Auto Trait Implementations§
impl<'a, T> Freeze for RecvInner<'a, T>
impl<'a, T> RefUnwindSafe for RecvInner<'a, T>
impl<'a, T> Send for RecvInner<'a, T>where
T: Send,
impl<'a, T> Sync for RecvInner<'a, T>where
T: Send,
impl<'a, T> !UnwindSafe for RecvInner<'a, 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