pub(crate) struct RecvInner<'a, T> {
pub(crate) receiver: &'a Receiver<T>,
pub(crate) listener: Option<EventListener>,
pub(crate) _pin: PhantomPinned,
}Fields§
§receiver: &'a Receiver<T>§listener: Option<EventListener>§_pin: PhantomPinnedTrait Implementations§
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