Searched defs:UnboundedSender (Results 1 – 3 of 3) sorted by relevance
12 pub struct UnboundedSender<T> { struct16 impl<T> Clone for UnboundedSender<T> { implementation24 impl<T> fmt::Debug for UnboundedSender<T> { implementation240 impl<T> UnboundedSender<T> { implementation
33 impl<T> Sink<T> for UnboundedSender<T> { implementation54 impl<T> Sink<T> for &UnboundedSender<T> { implementation
132 pub struct UnboundedSender<T>(Option<UnboundedSenderInner<T>>); struct135 impl AssertKinds for UnboundedSender<u32> {} implementation775 impl<T> UnboundedSender<T> { impl862 impl<T> Clone for UnboundedSender<T> { implementation