Searched defs:UnboundedSender (Results 1 – 4 of 4) sorted by relevance
12 pub struct UnboundedSender<T> { struct18 /// If all [`UnboundedSender`] instances of a channel were dropped and only argument50 impl<T> Clone for UnboundedSender<T> { implementation58 impl<T> fmt::Debug for UnboundedSender<T> { implementation288 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> { impl143 impl<T, U> Clone for UnboundedSender<T, U> { implementation
33 impl<T> Sink<T> for UnboundedSender<T> { implementation54 impl<T> Sink<T> for &UnboundedSender<T> { implementation
128 pub struct UnboundedSender<T>(Option<UnboundedSenderInner<T>>); struct131 impl AssertKinds for UnboundedSender<u32> {} implementation765 impl<T> UnboundedSender<T> { impl866 impl<T> Clone for UnboundedSender<T> { implementation960 impl<T> fmt::Debug for UnboundedSender<T> { implementation