Searched defs:UnboundedSender (Results 1 – 3 of 3) 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> { implementation287 impl<T> UnboundedSender<T> { 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> {} implementation766 impl<T> UnboundedSender<T> { implementation853 impl<T> Clone for UnboundedSender<T> { implementation947 impl<T> fmt::Debug for UnboundedSender<T> { implementation