Searched defs:TrySendError (Results 1 – 4 of 4) sorted by relevance
23 pub enum TrySendError<T> { enum33 impl<T: fmt::Debug> Error for TrySendError<T> {} implementation35 impl<T> fmt::Display for TrySendError<T> { implementation48 impl<T> From<SendError<T>> for TrySendError<T> { implementation
911 pub fn try_reserve(&self) -> Result<Permit<'_, T>, TrySendError<()>> { in try_reserve() argument
20 pub enum TrySendError<T> { enum152 impl<T> fmt::Debug for TrySendError<T> { implementation161 impl<T> fmt::Display for TrySendError<T> { implementation170 impl<T: Send> error::Error for TrySendError<T> {} implementation172 impl<T> From<SendError<T>> for TrySendError<T> { implementation180 impl<T> TrySendError<T> { implementation
158 pub struct TrySendError<T> { struct159 err: SendError,160 val: T,204 impl<T> fmt::Debug for TrySendError<T> { implementation210 impl<T> fmt::Display for TrySendError<T> { implementation220 impl<T: core::any::Any> std::error::Error for TrySendError<T> {} implementation222 impl<T> TrySendError<T> { implementation