Searched defs:UnboundedSender (Results 1 – 5 of 5) sorted by relevance
11 pub struct UnboundedSender<T> { struct17 /// If all [`UnboundedSender`] instances of a channel were dropped and only argument49 impl<T> Clone for UnboundedSender<T> { implementation57 impl<T> fmt::Debug for UnboundedSender<T> { implementation523 impl<T> UnboundedSender<T> { implementation
49 pub(crate) struct UnboundedSender<T, U> { struct52 inner: mpsc::UnboundedSender<Envelope<T, U>>, argument115 impl<T, U> UnboundedSender<T, U> { implementation143 impl<T, U> Clone for UnboundedSender<T, U> { implementation
128 pub struct UnboundedSender<T>(Option<UnboundedSenderInner<T>>); struct132 impl AssertKinds for UnboundedSender<u32> {} implementation766 impl<T> UnboundedSender<T> { implementation867 impl<T> Clone for UnboundedSender<T> { implementation961 impl<T> fmt::Debug for UnboundedSender<T> { implementation
33 impl<T> Sink<T> for UnboundedSender<T> { implementation54 impl<T> Sink<T> for &UnboundedSender<T> { implementation
33 impl<T> AssertRefUnwindSafe for mpsc::UnboundedSender<T> {} implementation45 impl<T> AssertUnwindSafe for mpsc::UnboundedSender<T> {} implementation